Bugtraq mailing list archives

Re: Webmail.bellsouth.net security problems


From: rudeyak () YAHOO COM (Rude Yak)
Date: Wed, 26 Aug 1998 10:00:37 -0700


        Regarding the use of POST and page design (buttons vs. links),
it should be possible to use Javascript to do POST operations with a
link:

function clickSubmit(){
        document.forms[x].submit();
}

...

<FORM METHOD=POST ACTION="blah/blah/blah">
blah
blah
blah
<a href="Javascript:clickSubmit()">link text here</a>
blah
blah
blah
</FORM>

Following the link should then submit the form.

Erick.

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



Current thread: