|
k, here we go, you need to change that a bit if you are on our servers, here is what I have and it works fine:
[code:1:5971d8b06c]
<script language="JavaScript" type="text/javascript">
<!--
function squirrelmail_loginpage_onload() {
document.forms[0].js_autodetect_results.value = '1';
}
// -->
</script>
</head>
<form method="post" action="http://www.gh83.com:2095/3rdparty/squirrelmail/src/redirect.php">
<input type="hidden" name="js_autodetect_results" value="0">
User: <input type="text" name="login_username" size="10">
Password: <input type="password" name="secretkey" size="10">
<input type="submit" value="Login">
</form>
[/code:1:5971d8b06c]
note that instead of the /mail/src/ it is :2095/3rdparty/squirrelmail/src
|