Why doesn't this work? What am I doing wrong? Can anyone help me?
http://nanderegg.pastebin.com/f5a863e59
Thank you in advance,
-Nick

http://nanderegg.pastebin.com/f5a863e59
Thank you in advance,
-Nick
| Code: |
| a = new Ajax();
alert(a.doGet); a.doGet("http://localhost/ajax/ajax.html", hand); function hand(obj){ alert("HAND"); alert(obj); } |