Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

_browser_out and two Submit options?

1 view
Skip to first unread message

Erin O'Reilly

unread,
May 28, 2002, 11:58:01 PM5/28/02
to
Hi,
I posted this question earlier, but I didn't ask it correctly, so I'm going
to try again.

I am using a perl form to create a multiple page form.
So, currently, I am using the <input type="hidden" name="_browser_out"
value="prc_2.html"> to direct my submit button to the next page.

However, I want to present the user with two submit options - one will take
the user to the prc_2.html page and one that will take the user to the
prc_3.html page.

I think I can use javascript to accomplish this, but I can't figure out
exactly how.

Thanks,

--
Erin


Jonathan Stowe

unread,
Jun 2, 2002, 7:54:56 AM6/2/02
to
Erin O'Reilly <ore...@erinoreilly.com> wrote:
> Hi,
> I posted this question earlier, but I didn't ask it correctly, so I'm going
> to try again.
>
> I am using a perl form to create a multiple page form.
> So, currently, I am using the <input type="hidden" name="_browser_out"
> value="prc_2.html"> to direct my submit button to the next page.
>
> However, I want to present the user with two submit options - one will take
> the user to the prc_2.html page and one that will take the user to the
> prc_3.html page.
>

That's fine. Just give the two submit buttons a different name and values
and that will passed as a parameter to your program - you will then use
your program logic to redirect to the correct page.

/J\
--
Jonathan Stowe |
<http://www.gellyfish.com> | This space for rent
|

0 new messages