Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Checkboxes question?


Message #1 by "Melinda Savoy" <msavoy@h...> on Thu, 3 Jan 2002 18:49:39
do u mean if user enters OFF u want to pass 1 and if user enters NO u
want to  pass 0???
if so then u can change the value of the text box before submitting the
form. check for the text box value and set the data accordingly..
let me know if i understood ur problem wrong...

yoga

-----Original Message-----
From: Melinda Savoy [mailto:msavoy@h...]
Sent: Friday, January 04, 2002 12:20 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Checkboxes question?


I am trying to resolve an HTML problem that I am having.  I have
checkboxes on my form that, by default have a value of either ON or OFF.

My problem is that I am trying to pass the values of these checkboxes in

a concatenated fashion via a comma delimited formatted variable with a
value of either "1" for ON or "0" for OFF into a SQL database.  Does
anyone have any suggestions as to how get around this?

Any help would be appreciated.  Thank you.
$subst('Email.Unsub').

  Return to Index