PDA

View Full Version : Multiple Scripts


sehrlund
11-16-2002, 11:31 PM
Can anyone help? I have a DHTML Image Animation with Dynamic Transition Effect which uses an event handler in the body as follows: <BODY BGCOLOR="#FFFFFF" onload="dotransition();">

Now I am trying to add a javascript Text and Image Scroller Generator. The code generator provides only one script which is inserted in the body. There is no event handler for this script.

Problem: the new script is working just fine but now the Image transition isn't loading at all.

Any ideas anyone?

chrismiceli
11-16-2002, 11:58 PM
how are you calling the other one, if you want the both to run on the load of the page you seperate them with semicolans like so
<body onload="function0; function1">