| Author |
STRUTS and JavaScript
|
Sam Smoot
Ranch Hand
Joined: Apr 18, 2002
Posts: 238
|
|
I need to validate a check box to see if it is turned on, and If so, pop up an alert box for the user to understand that checking the option will cause a delay in processing due to volume. Since my JSP page is under HEAVY struts management, I can't reference the checkbox by name (document.name.chkbox.checked) because Struts uses the "name" variable to load in another bean when you put it in either the form or the checkbox tag... HELP! p.s. I would like to post the code, but the software won't allow it... It doesn't like onClick for some reason...
|
CNSS/NSA Infosec Professional,<br />Software Engineer
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
Would something like this work for you? Replace the word "oncluck" in the above code. UBB is being a pain. [ January 16, 2003: Message edited by: Jason Menard ]
|
Jason's Blog
|
 |
Sam Smoot
Ranch Hand
Joined: Apr 18, 2002
Posts: 238
|
|
WOW! That actually worked (after I put it in) Thanks Jason!
|
 |
 |
|
|
subject: STRUTS and JavaScript
|
|
|