Hi all,
Cheers for your replies.
I have fixed the problem, it was with the path of the .js file:
<script src="/jscript/amsJScod.js" language="Javascript" type="text/javascript">
</script>
Once I removed the first / from the path, it worked fine! I guess I'll have to put it back when I upload...
Hi all,
I had this code working:
bannerQuotes = new Array("img/border_bot_left.gif","img/border_top_left.gif","img/border_top_right.gif","img/border_top_left.gif");
startAt = 0;
totalElements = bannerQuotes.length;
function rotate()
{
if(document.images)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.