View Single Post
Old 2005-01-20, 07:30 PM   #25
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
If it is the onload problem, here's a quicky tutorial http://www.wsabstract.com/javatutors...plejava3.shtml
Ex:
EXAMPLE #1:
SCRIPT 1: <body onload="dothis()">
SCRIPT 2: <body onload="dothat()">
RESOLUTION: <body onload="dothis();dothat()">
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote