Re: submitting a form using java script on IE

2007-05-21 Thread Mansour
It's working now. It's my fault. The onclick function needs a return value: href="javascript://"> - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: submitting a form using java script on IE

2007-05-21 Thread Mansour
"this" is removed from the anchor tags. Could this be the issue? Mike -Original Message- From: Mansour [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 12:53 PM To: Struts Users Mailing List Subject: Re: submitting a form using java script on IE Mike: I tried this one t

RE: submitting a form using java script on IE

2007-05-21 Thread Forsberg, Mike
-Original Message- From: Mansour [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 12:53 PM To: Struts Users Mailing List Subject: Re: submitting a form using java script on IE Mike: I tried this one too and I tried using getElementByID and I tried document.all[frmName], they all worked f

Re: submitting a form using java script on IE

2007-05-21 Thread Mansour
uts Users Mailing List Subject: submitting a form using java script on IE I need a table that contains anchors. Clicking on this anchors executes the Action I need. The table is working great in FF but not in IE. IE is getting the form object correctly put can not submit it. When I click on th

RE: submitting a form using java script on IE

2007-05-21 Thread Forsberg, Mike
PROTECTED] Sent: Monday, May 21, 2007 12:22 PM To: Struts Users Mailing List Subject: submitting a form using java script on IE I need a table that contains anchors. Clicking on this anchors executes the Action I need. The table is working great in FF but not in IE. IE is getting the form object cor

submitting a form using java script on IE

2007-05-21 Thread Mansour
I need a table that contains anchors. Clicking on this anchors executes the Action I need. The table is working great in FF but not in IE. IE is getting the form object correctly put can not submit it. When I click on the anchor in IE, the page stays there and no action is taken. When I looked