Thread: Sign in script
View Single Post
Old 05-15-2004, 08:56 PM   #7 (permalink)
greg
Senior Member
 
greg's Avatar
 
Join Date: 10-13-03
Location: Little Rock
Posts: 1,187
iTrader: 0 / 0%
greg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to all
Send a message via MSN to greg
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
greg is offline   Reply With Quote