| Author |
Message |
ts-s New Member


Joined: Oct 24, 2004 Posts: 2
|
Posted:
Sun Oct 24, 2004 7:07 pm |
|
For some reason two javascripts wont run at the same time. I have a countdown clock in a War block that I want to have running....however....when the forum block is running the numbers wont show in the countdown.
I had a java that prevented right click that also caused the countdown clock to not show. Does anyone know a way to shield one or the other so that they can both work?
Thx in advance |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Oct 24, 2004 9:15 pm |
|
Yes they will. I do it here. Chances are they both are trying to execute a 'window.onload' command and JavaScript (not Java). You need to somehow reconcile the two. Try combining the scripts or loading them in order and make the onload command start both. |
|
|
|
 |
ts-s New Member


Joined: Oct 24, 2004 Posts: 2
|
Posted:
Sun Oct 24, 2004 9:29 pm |
|
Im a total noob. But I take instructions well. Can you be more specific please. |
|
|
|
 |
|
|
|
|