YaBB SE Version: 1.4.0 or 1.4.1
Server Platform: Unix, Linux, or BSD
Link to Forum: http://www.salsamafia.com:8080/yabbeeProblem Description:A dumb question - in fact, I've searched the forum and it appears no-one is nearly so dumb - but can I include JavaScript in the template that I see from the admin page? I see lots of talk of including JavaScript but I don't see where I do it!
I tried adding some JavaScript (that I know works) in the <HEAD> block, then calling one functions from the <BODY ..> statement:
<BODY ONLOAD="LoadStuff()" ..>
And calling another function when an image in the body of the page is clicked on:
<A HREF="#" onClick="BannerClick();return false;"><IMG NAME="Banner" SRC='
http://www.salsamafia.com/images/BannerBlank.jpg'></A>
But it doesn't work: the image doesn't appear and the JavaScript doesn't appear to run .. There are no error messages.
Any clues - preferably in words of no more than one syllable - gratefully received!
Thanks!