Okay, so I am having a bit of an AJAX issue.
I am using these three documents:
http://nickanderegg.pastebin.com/f7c8056fd for the AJAX library.
http://nickanderegg.pastebin.com/f2f908bb5 for the test page.
http://nickanderegg.pastebin.com/f24f3971b for the "fakeserver" page.
Now, when I access the test page at http://atomicdingo.net/testing/ajaxtest.html,
"Before Javascript" appears as text, the "Before Hand" alert comes up, the "Before DoGet" alert comes up, and then the document says "After Javascript". For some reason, when I say
the rest of the javascript stops executing. What is the problem?
Thanks,
-Nick

I am using these three documents:
http://nickanderegg.pastebin.com/f7c8056fd for the AJAX library.
http://nickanderegg.pastebin.com/f2f908bb5 for the test page.
http://nickanderegg.pastebin.com/f24f3971b for the "fakeserver" page.
Now, when I access the test page at http://atomicdingo.net/testing/ajaxtest.html,
"Before Javascript" appears as text, the "Before Hand" alert comes up, the "Before DoGet" alert comes up, and then the document says "After Javascript". For some reason, when I say
| Code: |
| ajax.doGet('fakeserver.php', hand); |
Thanks,
-Nick
