Email Link

jacken

Verified User
Joined
Oct 6, 2006
Messages
5
Hello everyone,

Please be patient with me i am new at this. I am trying to write code on my index page so that i can create a link direct to my email login page, could someone help me with this? Thank you:)
 
Hi,

This work in squirrelmail

Code:
<form method="post" action="http://www.your-domain.com/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>
 
Back
Top