ne 29, 2003 6:31 PM
Subject: RE: Submiting a form through a link
> >Click
> here
> >The above code works for me. Not sure if the return false; has
> >any impact - probably does nothing.
>
> The return false is definitely important. It tells the browser that, after
> r
Hey! Thank you everybody who help me! It works now.
- Original Message -
From: "Steve Raeburn" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Sunday, June 29, 2003 5:50 PM
Subject: RE: Submiting a form through a link
>
ed to resort to javascript and all users would be able to use the form.
Steve
> -Original Message-
> From: José Ventura [mailto:[EMAIL PROTECTED]
> Sent: June 29, 2003 1:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Submiting a form through a link
>
>
> Have you gotten
TECTED]
> Sent: June 29, 2003 1:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Submiting a form through a link
>
>
> It's just something like this:
>
> function go()
> document.forms[0].submit();
> }
>
>
>
>
>
>
>
ot;Cristiano Moreira Silva" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 29, 2003 5:12 PM
Subject: Re: Submiting a form through a link
> It's just something like this:
>
> function go()
> document.forms[0].submit();
> }
>
>
>
.
- Original Message -
From: "Steve Raeburn" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Sunday, June 29, 2003 2:20 PM
Subject: RE: Submiting a form through a link
> You don't need to use because the link
doesn't actua
t would help if you posted some of your code so I
can better understand what you are trying to do.
Steve
> -Original Message-
> From: Cristiano Moreira Silva [mailto:[EMAIL PROTECTED]
> Sent: June 29, 2003 9:14 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Submiting a form thr
"Struts Users Mailing List"
<[EMAIL PROTECTED]>
Sent: Saturday, June 28, 2003 6:17 PM
Subject: RE: Submiting a form through a link
> Click
> here
> (or the equivalent using Struts tag.)
>
>
>
>
>
> The above code works for me. Not sure if the
g List '
> Subject: RE: Submiting a form through a link
>
>
> >Click
> here
> >The above code works for me. Not sure if the return false; has
> >any impact - probably does nothing.
>
> The return false is definitely important. It tells the browser that, after
> ru
>Click
here
>The above code works for me. Not sure if the return false; has
>any impact - probably does nothing.
The return false is definitely important. It tells the browser that, after
running the commands in the onClick handler, it should NOT go to the href.
If you return true (default) then
Click
here
(or the equivalent using Struts tag.)
The above code works for me. Not sure if the return false; has any impact -
probably does nothing.
Do you have more than one form on the page? You might need to change the
forms[] index number.
You can also try using the form name (
11 matches
Mail list logo