Help with code - newbie

S

Sandy

Hello:

I have the following code to send to a credit card service:

<form method="POST"
action="SecureSiteForCreditCardProcessing">
<input type="hidden" name="DESCRIPTION" value="SomeText">
<input type="hidden" name="PARTNER" value="PartnerName">
<input type="hidden" name="LOGIN" value="LoginID">
<input type="hidden" name="METHOD" value="CC">
<input type="hidden" name=AMOUNT" value=SomeValue>

etc.
<input type="submit" value="Click Here to Donate">
</form>

I need to insert four radio buttons for $25, $50, $75 and $100. I then need the value the user selects to be placed into "SomeValue"; at least that's where I think I need to place it.

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 send to a credit card service:

<form method="POST"
action="SecureSiteForCreditCardProcessing">
<input type="hidden" name="DESCRIPTION" value="SomeText">
<input type="hidden" name="PARTNER" value="PartnerName">
<input type="hidden" name="LOGIN" value="LoginID">
<input type="hidden" name="METHOD" value="CC">
<input type="hidden" name=AMOUNT" value=SomeValue>

etc.
<input type="submit" value="Click Here to Donate">
</form>

I need to insert four radio buttons for $25, $50, $75 and $100. I
then need the value the user selects to be placed into "SomeValue"; at
least that's where I think I need to place it.

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

Again ?
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top