View Single Post
  #3 (permalink)  
Old Nov 30th, 2007, 12:55
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie need help on js

you have a random semi-colon in the first function of your script that may be cascading to errors further down, fix that first.

Code: Select all
   if (document.getElementById){;}
Can you explain if there is a specific error given by your browser as well?

Thanks.
Reply With Quote