Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

checkbox.value

Status
Not open for further replies.

novice2004

Programmer
Feb 2, 2004
62
US

Is it possible to access checkbox value from my form
in java script?


something like
if(document.form.boxesName.value <> "Mon")

<INPUT type=checkbox name="Days" value="Mon">Mon
 
Check boxes only evaluate to true or false (checked or unchecked).

There's always a better way. The fun is trying to find it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top