RE: form submision using javascript using html:link tag

2004-11-10 Thread Girish Kumar K. P.
U can use document.menuForm.name = "the value" -Original Message- From: Srilatha Salla [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 1:02 AM To: Struts Users Mailing List Subject: RE: form submision using javascript using html:link tag Hi Girish, Can you ple

RE: form submision using javascript using html:link tag

2004-11-09 Thread Srilatha Salla
Hi Girish, Can you please let me know how to set the value for form fields in the javascript method. For example if I have "name" as a form property, how to set its value in the javascript method. Thanks, Latha. "Girish Kumar K. P." <[EMAIL PROTECTED]> wrote: I guess U may call a javascript

RE: form submision using javascript using html:link tag

2004-11-08 Thread Girish Kumar K. P.
I guess U may call a javascript like onclick="javascript:fnSubmit()" and in that function u can set the values for the form fields and then on last line of the function, call 'document.menuForm.submit()' -Original Message- From: Srilatha Salla [mailto:[EMAIL PROTECTED] Sent: Tuesday, No

Re: form submision using javascript using html:link tag

2004-11-08 Thread Joe Germuska
At 1:02 PM -0800 11/8/04, Srilatha Salla wrote: Hi, In my application there is a jsp page for example menu.jsp which has there is a link Menu Hours in the menu.jsp which goes to the hours.jsp I want to submit the form when i click the link, so that I can access the values entered in the menu.j