![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: Passing 'SELECT MULTIPLE' parameters and CGIby viffer (Beadle) |
on Aug 17, 2010 at 16:43 UTC ( #855544=note: print w/replies, xml ) | Need Help?? |
Thanks guys, but I'm not even getting the value in 'runs' to worry about changing the query part. I will fix that up (thank you) as soon as I manage to actually pass multiple values to the called program. Incidentally I do have warnings and strict, I just pasted snippets. The weird thing is I have
Running it in debug, that's what appears to be printed, yet when I look at the source on IE8 it has it as <select name="runs" id="runs" size="15" multiple="multiple"> and firefox has it as <select id="runs" size="15" multiple="" name="runs">
In both instances it seems to have changed the order and set MULTIPLE to either "" or "multiple".
In Section
Seekers of Perl Wisdom
|
|