- or download this
<!--@UNIQUE:bodystart@-->
<form name="postform" method="get" action="/post_login.cgi">
<input type="hidden" name="data" />
</form>
<!--@ENDUNIQUE@-->
- 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();" />
- or download this
function sendLogin()
{
...
// Send the new configuration to the server
sendDataToServer ("post_login.cgi?data=" + convertToBase64(a),
+loginReturnValue)
}