Hi perl_lover,
Thanks for your prompt response.
I copied & pasted the substitution you suggested, but I can't get it to work. When I click the "Submit" link, it seems to do nothing, except append the URL with "#".
Here's the expanded HTML of the original form (from Firefox's Page Source option):
<form method="post" action="/cookie_test/cookie1.pl" enctype="applicat +ion/x-www-form-urlencoded"> <input type="hidden" name="_logout" value="1" /><input type="submit" +name="Log out" value="Log out" /></form>
And here's yours:
<form method="post" action="/cookie_test/cookie2.pl" enctype="applicat +ion/x-www-form-urlencoded"> <input type="hidden" name="_logout" value="1" /><a onclick="document. +forms[1].submit()" href="#">Submit</a></form>
Any ideas what's going wrong?
In reply to Re^2: Link instead of Submit button?
by tel2
in thread Link instead of Submit button?
by tel2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |