View Single Post
Join Date: Apr 2004
Posts: 167
Reputation: Drew is an unknown quantity at this point 
Solved Threads: 7
Drew's Avatar
Drew Drew is offline Offline
Junior Poster

Re: Return value based upon visibility of form field?

 
0
  #8
Nov 19th, 2008
I think what you are looking for is "checked".

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. document.FromName.checkBoxName.checked

That will return "true" or "false" if the checkbox is enabled or not.
Drew Gauderman
ASP / MSSQL Coder
http://www.iportalx.net - My ASP Portal
Reply With Quote