Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 window.onload
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bobbart
Junior Member

USA
163 Posts

Posted - 31 March 2002 :  00:12:16  Show Profile  Send bobbart an ICQ Message
Can you have several things load with this statment? Can you tell him how I can do this please?

Thanks
Bob

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 March 2002 :  00:25:30  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Example #1:
SCRIPT 1: <body onload="dothis()">
SCRIPT 2: <body onload="dothat()">
RESOLUTION: <body onload="dothis();dothat()">


Example #2:
SCRIPT 1: <body onload="dothis()">
SCRIPT 2: window.onload=dothat()
RESOLUTION: <body onload="dothis();dothat()">


Example #3:
SCRIPT 1: window.onload=dothis
SCRIPT 2: window.onload=dothat
RESOLUTION: <body onload="dothis();dothat()">


You might want to read this page.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 31 March 2002 :  07:37:54  Show Profile  Visit HuwR's Homepage
you can also do this

Example #3:
function dosomthing(){
dothis()
dothat()
}


RESOLUTION: <body onload="dosomething()">


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07