http://www.perlmonks.org?node_id=316836


in reply to Form redirection

Specify a form action, like this:

print start_form(-action=>'some_page.pl'), table( Tr( td(), td(submit('edit')) ), ), end_form(), hr()

Also you might be interested in a JavaScript solution. :)

Replies are listed 'Best First'.
Re: Re: Form redirection
by exussum0 (Vicar) on Dec 24, 2003 at 14:44 UTC
    Right as usual. :)

    The difference between using JS and using a form is, one actually requires the JS interpreter to be on. At least with a form, prolly using the get method, it will work with old browsers like Lynx


    Play that funky music white boy..