Posted by Mateusz Markowski on 10/11/06 13:23
Clever...@hotmail.com napisal(a):
> I'm hoping to execute some code "when the page has completely finished
> loading" by which I mean the page and all the images on it, does anyone
> know of a way to do this?
You can do it using AJAX. Put some java script code into page which
will make a request to your server when page is loaded to inform PHP
script that whole page's been loaded.
[Back to original message]
|