Help for this page

Select Code to Download


  1. or download this
    <!--@UNIQUE:bodystart@-->
    <form name="postform" method="get" action="/post_login.cgi">
    <input type="hidden" name="data" />
    </form>
    <!--@ENDUNIQUE@-->
    
  2. or download this
    <form name="myform" action="/dummy" onsubmit="sendLogin(); return fals
    +e;">
       .
       .
       .
    <input class="button_submit_padleft" type="button" name="Login" value=
    +"Log In" onclick="sendLogin();" />
    
  3. or download this
    function sendLogin()
    {
    ...
            // Send the new configuration to the server
            sendDataToServer ("post_login.cgi?data=" + convertToBase64(a),
    +loginReturnValue)
    }