Posted by Beauregard T. Shagnasty on 11/14/07 16:27
paul814@excite.com wrote:
> How do I code for a submit button when I have radio buttons and
> option group lists?
You tell your receiving script what to do. You have not yet specified
one it the 'action' attribute:
<form id="form1" name="form1" method="post" action="">
and you only need *one* form.
> how would I do this? where do I put the code?? what would the code be
> for something like this?
In the action script. Write it to read the values for each id. Type of
code depends on the language used in your script.
Next time, post a URL instead of code.
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|