Re: Webmail.bellsouth.net security problems

From: Rude Yak (rudeyakat_private)
Date: Wed Aug 26 1998 - 10:00:37 PDT

  • Next message: Nik Clayton: "Re: News DoS using sendsys"

            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
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 14:13:36 PDT