Thread
:
Return value based upon visibility of form field?
View Single Post
•
•
Join Date: Apr 2004
Posts: 167
Reputation:
Solved Threads: 7
Drew
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".
Help with Code Tags
JavaScript / DHTML / AJAX Syntax
(
Toggle Plain Text
)
document.
FromName
.
checkBoxName
.
checked
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
Drew
View Public Profile
Visit Drew's homepage!
Find all posts by Drew