Code for radio buttons - newbie

S

Sandy

Hello:

I have the following code to process info through a credit card processing service:

<snip>
<form method="POST"
action="https://someCreditCardProcessingPlace
<input type="hidden" name="DESCRIPTION" value="Some Text">
<input type="hidden" name="PARTNER" value="NameOfPartner">
<input type="hidden" name="LOGIN" value="LoginID">
<input type="hidden" name="METHOD" value="CC">
<input type="hidden" name="AMOUNT" value=SomeValue>

/FORM>

I need to put in four radio buttons; $25, $50, $75, $100 and then take the value the user selects from the radio buttons and plug it into the "AMOUNT" above.

Can anyone tell me how to do this? Any help will be greatly appreciated!
 
E

Evertjan.

=?Utf-8?B?U2FuZHk=?= wrote on 11 jun 2004 in
microsoft.public.inetserver.asp.general:
I have the following code to process info through a credit card
processing service:

<snip>
<form method="POST"
action="https://someCreditCardProcessingPlace
<input type="hidden" name="DESCRIPTION" value="Some Text">
<input type="hidden" name="PARTNER" value="NameOfPartner">
<input type="hidden" name="LOGIN" value="LoginID">
<input type="hidden" name="METHOD" value="CC">
<input type="hidden" name="AMOUNT" value=SomeValue>

/FORM>

I need to put in four radio buttons; $25, $50, $75, $100 and then take
the value the user selects from the radio buttons and plug it into the
"AMOUNT" above.

Can anyone tell me how to do this? Any help will be greatly
appreciated!

Do you want to do this by serverside ASP code? [where this NG is about]

That is impossible.
 
B

Bob Lehmann

Why don't you just rename the radio buttons to AMOUNT?

Bob Lehmann

Sandy said:
Hello:

I have the following code to process info through a credit card processing service:

<snip>
<form method="POST"
action="https://someCreditCardProcessingPlace
<input type="hidden" name="DESCRIPTION" value="Some Text">
<input type="hidden" name="PARTNER" value="NameOfPartner">
<input type="hidden" name="LOGIN" value="LoginID">
<input type="hidden" name="METHOD" value="CC">
<input type="hidden" name="AMOUNT" value=SomeValue>

/FORM>

I need to put in four radio buttons; $25, $50, $75, $100 and then take the
value the user selects from the radio buttons and plug it into the "AMOUNT"
above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,404
Latest member
PerryRutt

Latest Threads

Top