drop-down menu issue. -
10-22-2003
, 08:02 AM
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
************************************************** ********************
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=ms...ie.nctu.edu.tw |