How to make a window.onload firer javascript
I am wondering if it is possible to cause a window.onload event to occur
without reloading the page. I want to use this becuase I am using ajax to
load new pages, however this ajax load method doesn't make the
window.onload event fire.
Right now I am using:
location.reload();
But this causes the whole page to reload.
Thanks
No comments:
Post a Comment