View Single Post
  #3 (permalink)  
Old 01-04-2008, 04:37 PM
Grandmaster Flash Grandmaster Flash is offline
Newbie
 
Join Date: Jan 2008
Posts: 3
Credits: 0
Rep Power: 0
Grandmaster Flash is on a distinguished road
Default

Quote:
Originally Posted by Lop View Post
That is a lot of if/else statements. You should consider using switch/case. FF has a JavaScript debugger addon. Search for that and add it. It will let you go through the JavaScript step by step and then you will be able to find the error. Sometimes I use IE to determine what the error is. While FF will say nothing about the error IE will at least give some general (usually useless) error description.
I used that addon and I got it working I just a while loop instead. =] thanks
Reply With Quote