RE: checkbox onclick event not getting called

2003-11-25 Thread Jimmy Emmanual
led = true; } -Original Message- From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 12:04 PM To: 'Struts Users Mailing List' Subject: RE: checkbox onclick event not getting called try onclick="check(this.myname

RE: checkbox onclick event not getting called

2003-11-25 Thread [EMAIL PROTECTED]
3 11:20 AM To: [EMAIL PROTECTED] Subject: checkbox onclick event not getting called Hi, My code is like the following, when I click the checkbox, nothing happened (the 'add' button suppose to get disabled). I put a alert statment in the javascript, and didn't get it showed when clic

RE: checkbox onclick event not getting called

2003-11-25 Thread Paul McCulloch
element.checked); document.forms[0].add.disabled = ( element.checked ); } > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 25 November 2003 16:20 > To: [EMAIL PROTECTED] > Subject: checkbox onclick event not getting called > > > Hi, &g

RE: checkbox onclick event not getting called

2003-11-25 Thread Jimmy Emmanual
try onclick="check(this.myname)" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 11:20 AM To: [EMAIL PROTECTED] Subject: checkbox onclick event not getting called Hi, My code is like the following, when I click th

checkbox onclick event not getting called

2003-11-25 Thread [EMAIL PROTECTED]
Hi, My code is like the following, when I click the checkbox, nothing happened (the 'add' button suppose to get disabled). I put a alert statment in the javascript, and didn't get it showed when click the checkbox... seems the function didn't get called at all, can anybody tell me why? Thanks