@morningdot-6Xuj4M
•
Oct 27, 2024
Oct 27, 2024
1.0K
Ajax and jsp related query.
hello friend's
Don't know why ajax is not working with my jsp pages.Look at this code
<html>
<script>
function check()
{
//alert("mohit kumar singh");
var k=document.getElementById("d2").value;
//alert(k);
if(window.XMLHttpRequest)
{
xmlhttp=new...