04-24-2009, 03:08 PM
|
#3 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Kalle
When accessing the link I get a syntax error and an undefined variable notice:
Code:
Detaljer om fejl på websiden
Brugeragent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.21022; .NET CLR 3.5.30729)
Tidsstempling: Fri, 24 Apr 2009 08:51:23 UTC
Meddelelse: Tegnet ')' var ventet
Linje: 16
Tegn: 27
Kode: 0
URI: http://www.gatebattle.com/dynamic_row_and_checkbox.html
Meddelelse: 'selected_checkboxes' er ikke defineret
Linje: 65
Tegn: 2
Kode: 0
URI: http://www.gatebattle.com/dynamic_row_and_checkbox.html
Translated: - The character ')' was expected, line 16, character 27
- 'selected_checkboxes' is not defined, line 65, character 2
|
Wow that's weird...is that Firefox you are using?
Line 16 is this..
function addRows(document.testform.get_rows_input.value){
So don't laugh at the code, I know that's wrong, but everything is closed off?
I'll remove the paramater so it is just the function...let me know if that works for you....
function addRows(){
|
|
|
|