Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Onload???

Status
Not open for further replies.

sleuth

Programmer
Jan 12, 2001
134
US

Since Php goes into the html much like javascript, is there an onload and onunload function???

Thanks

Tony "Java?? Umm, I think that's the stuff I drink while I'm coding perl."
 
No. Because all PHP code is executed before the client receives anything, there is no way to know whether or not the client has finished retrieval.

Stick to Javascript for the client side stuff.

Hope this helps,

brendanc@icehouse.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top