Page is a not externally linkable
Marked - 9:40 am on Sep 16, 2010 (gmt 0)
Thanks for you reply.
The issue I'm having, using your example, is how do I get the callback from ajax to run automatically? For example, I can call the function updateFromServer(data) by using <div onclick="updateFromServer(data)"></div>, but how do I make it run automatically when the file is being called through ajax?