View Single Post
Old 04-25-2009, 12:04 AM   #10 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
getRow = document.testform.get_rows_input.value

should be

getRow = document.testform.get_rows_input.value;

Not sure if that's the problem though.
Quote:
Originally Posted by allworknoplay View Post
My bad, that line didn't have an ending ";"..so I just added it..
Do you even read what I post?
__________________
Tanax is offline  
Reply With Quote