in reply to Re: Converting Javascript to Perl
in thread Converting Javascript to Perl
his code
I'm not using checkboxes, instead I am using a textfield using:<INPUT TYPE=checkbox NAME=delCheck1> <INPUT TYPE=hidden NAME=delCode1 VALUE=10001> 1
My question is how can I setup the hidden field right after it and set the value to param(delCheck1)? I need the hidden field to have the numeric number of the note they placed inside my first textfield, any ideas on how to go about this?textfield(-name=>delCheck1, -size=>3,
Thanks so much!
"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"
sulfericacid
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Converting Javascript to Perl
by cfreak (Chaplain) on Apr 16, 2003 at 14:11 UTC |