March 2007
Intermediate to advanced
623 pages
16h 47m
English
The last step in making AjaxMail functional is to call oMailbox.load() when the page has been loaded. To accomplish this, use the window's onload event handler:
window.onload = function () {
oMailbox.load();
};
Now, when the page has finished loading, the Ajax initialization begins and the application is ready to use.
To test AjaxMail, navigate to www.yourdomainname.com/AjaxMail. This loads the initial view and you are ready to go.
Read now
Unlock full access