dbTalk Databases Forums  

drop-down menu issue.

mailing.database.msql-mysql-modules mailing.database.msql-mysql-modules


Discuss drop-down menu issue. in the mailing.database.msql-mysql-modules forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mark o' sullivan
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.