Hi,
I want a way to know if a particular web page is completely loaded using javascript
Ex) A web page can have dynamic contents getting displayed through Ajax, or contents comming through javascript, all the images and css.I need to find out when all these contents are loaded properly and the webpage is stablilized.
I got some pointers like ondocumentready its an alternate soultion for window.onload, onreadystatechange but these solutions are unreliable sometimes it works and sometimes it doesn’t
Also the solution should be browser independent, i.e it should work for all browsers
Any pointers on this will be highly appreciated
Thanks in advance