
February 14th, 2004, 04:22 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Radio buttons
Hi,
I am new to ASP and I am trying to play around with it... what I want to do is have delivery type options as radio buttons ....so the user can select one ... I am testing it and I coded it like this:
<span class="question">Delivery Method:</span> <br />
<span class="question">UPS ground</span> <input type="radio"
name="upsground" checked="checked">
<p />
now this shows up on the web page but i have the CDOSYS email stuff set up to email me all the contents of the form that the user fills in.
Well when I get the email..it just says
Delivery Method : on
I want it to give me the name of the method selected ..such as UPS ground.
Does anyone have any suggestions?
Thanks
|