RE: radio buttons and passing variable question

2000-12-13 Thread Cornillon, Matthieu
> a side question, can anyone tell me what #form.variable > name# is > supposed to do?...i mean what does the # sign signify and > what does "form" > tell the computer? The # signs tell the CF server to interpret what's inside them as a variable name or function, and not just as a text s

RE: radio buttons and passing variable question

2000-12-12 Thread Allan Pichler
You need to have the value for the radiobuttons set to light and dark instead of yes! Allan Pichler Machine Dreams Inc. -Original Message- From: C Kong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 10:40 PM To: CF-Talk Subject: radio buttons and passing variable question

radio buttons and passing variable question

2000-12-12 Thread C Kong
hi alli'm trying to pass a variable selected by a user via a radio button...basically if a customer wants a light or dark color for a car.here is the coding for my radio button: Do You Prefer A Light Or Dark Color: LightDark here is some coding for CFMail page (different cfm file) whe