
Dreamer
Deleted
Feb 21, 2000, 1:15 AM
Post #3 of 3
(412 views)
|
|
Re: Submit buttons and radio fields
[In reply to]
|
Can't Post
|
|
Thanks kencl ... I guess I should have posted my question. Try this. Here's My code now (it does work, I'm just trying to get it to look and do it the way I want it): <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> <input type=\"radio\" name=\"domain\" value=\" a domain name\"> "; print hidden(-name=>'name',-value=>(param('name'))), hidden(-name=>'email',-value=>(param('email'))), hidden(-name=>'size',-value=>(param(''))), hidden(-name=>'type',-value=>(param(''))), hidden(-name=>'graph',-value=>(param(''))), submit(-name=>'go',-value=>'I Want a Domain!'), hidden(-name=>'page',-value=>$current_page,-override=>3),; print "<br><br> <input type=\"radio\" name=\"domain\" value=\" no domain name\"> "; print submit(-name=>'go',-value=>'No domain wanted'), end_form; </pre><HR></BLOCKQUOTE> What it want it to do is to do this without the radio buttions.. In other words, when you click on <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> submit(-name=>'go',-value=>'I Want a Domain!'), hidden(-name=>'page',-value=>$current_page,-override=>3),; </pre><HR></BLOCKQUOTE> I want it to also interpret the "domain" value as " a domain name". I had that working, but unfortunately it didn't carry the hidden domain field past the next page. If you can think of some way to do this I would appreciate it. TIA Dreamer
|