Js Problem

T

themasterrocker

Guest
Hey guys,

I need help getting this javascript working. I set it to load up and repeat (so i believe) and it doesn't want to work. It says please define songswitch when it is defined. Here is my HTML of it:

HTML:
<script src="http://helprunescape.net/songswitch.js" type="text/javascript"></script></head> 
<body id="ff-default" class="f-default iehandle" onload="songswitch.js();">

Would joomla affect this not working? If not how do i get this working?

Thanks in advance
Edit:
it doesn't matter, i got it working :p for now at least
 
Last edited by a moderator:

VPmase

New Member
Messages
914
Reaction score
1
Points
0
Lol, change onload="songswitch.js();" to onload="switchSong();"
 
T

themasterrocker

Guest
omg, i wish i'd seeen that!

Thanks

*THREAD CLOSED*
 
Top