View Single Post
Old 04-24-2009, 03:48 PM   #5 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

I don't use Firefox, see my user agent (its IE), and your code is wrong, because what your code is saying is basiclly this in php:
PHP Code:
function addRows($document->testform->get_rows_input->value) { 
Which is incorrect, as you need to name the variable and not the way that its meant to be passed when the function is called, so the error comes from that a ')' is expected when the browser reaches the '.'
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote