List:MySQL and Perl« Previous MessageNext Message »
From:mark o' sullivan Date:October 22 2003 12:50pm
Subject:drop-down menu issue.
View as plain text  
Hi,
Anyone know is it possible to get a string from a drop-down menu say form
is passed from one perl script to another. 
The way it is:

print "<select name=task>";
while(my ($task)= $sth->fetchrow_array)
{
   print "<option value=$task>$task</option>";
}
print "</select>";

but when I try to parse this on other side
$task = param("task");

I only get the first part of the task string read in from the drop-down
menu.
Example '$task' strings:
Caching the browser.
DSL to RSA conversion.

Any alternatives to param to read strings?
Thanks in advance,
Mark.






**********************************************************************
This document is strictly confidential and is intended for use by
 the addressee unless otherwise indicated.
Allied Irish Banks
**********************************************************************

Thread
drop-down menu issue.mark o' sullivan22 Oct