 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
ramonk
Joined: 04 Nov 2004 Posts: 1
|
Posted: Thu Nov 04, 2004 11:11 am Html form with radio buttons and text field |
|
|
|
PLEASE HELP!
I am new at HTML programming, i have a Credit Card form that has 6 radio buttons, 5 of them i have assigned value ="whatever value"
on the last radio button, i don't have a value assigned to it because its a text field "Other", that should allow the user to select this field and enter an amount different from the others. Right now if i select the other field and enter an amount of lets say 123 i get on the other end: "Donation Amount: 123" which is correct. If i select another radio button , lets say $25 i get "Donation Amount: $25, ". I am thinking that i am writing the response.write incorrectly and i need to add an if statement but i don't know how. this is the statement i have:
Donation Amount: $<% Response.Write(Request.Form("rgDonationAmounts"))%> |
|
kanenas

Joined: 14 Dec 2004 Posts: 191
|
Posted: Tue Jan 04, 2005 12:16 am Question is about ASP, not HTML. Need clarifications. |
|
|
|
Looks like an ASP, not a HTML, question. Your best course would be to find an ASP forum.
From your question, it's not clear what's incorrect. Do you not want the '$' character in the response? |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|