| Author: Pavan Ravi 17 Oct 2008 | Member Level: Gold | Rating: Points: 1 |
see the function ends here ...
function getAnswer() { alert("getAnswer"); xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.onreadystachange=question(); xmlhttp.open("GET","GetQuestion.aspx",true); xmlhttp.send(null); }
it just create a xmlhttp object only .... the rest is id another function ....
Regards, Pavan Ravi Kumar.
"Complex problems have simple, easy to understand wrong answers." Ravi's Blog
|