in reply to Re^2: Passing 'SELECT MULTIPLE' parameters and CGI
in thread Passing 'SELECT MULTIPLE' parameters and CGI

Oh, you are right, ok.

Why are you transforming the output of the form with javascript? The form can send its data itself. You may also check the actual value of the runs variable in the javascript code by adding alert(runs) right after the assignment var runs = ....

Replies are listed 'Best First'.
Re^4: Passing 'SELECT MULTIPLE' parameters and CGI
by viffer (Beadle) on Aug 17, 2010 at 15:38 UTC
    I wasn't using javascript originally, I changed to using it cos I couldnt get it to work using just the form.
    I can see the 'runs' variable is only set to one value in firebug.
    Ta for your time tho :)