Solved
It turns out that the ajax page I was calling has a form in it. Which means that I was inserting a form into a form . Refer to the bottom following link for an in depth explanation.
http://www.tek-tips.com/viewthread.c...1425914&page=7...
User Profile
Collapse
-
-
Ajax works fine Chrome but gives errors in IE*
IE8 is giving me an Unknown Runtime Error, on the following line.
Here is the complete function.Code:document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
...Code:function showUser(str) { //str=document.getElementById("users").value; //alert(str); if (str=="") { document.getElementById("txtHint").innerHTML="";
No activity results to display
Show More
Leave a comment: