Difference between revisions of "HTML"
From Rackspace Email & Apps API
(New page: == Login Redirect == This code shows a form asking for a username and password to a mailbox; clicking submit logs the person into the webmail client.<br> <br> <nowiki><form method=post act...) |
(No difference)
|
Revision as of 15:56, 25 August 2008
Login Redirect
This code shows a form asking for a username and password to a mailbox; clicking submit logs the person into the webmail client.
<form method=post action="http://reseller1.webmail.us/mail/src/redirect.php">
username: <input type=text name=user_name><br>
password: <input type=text name=password><br>
<input type=hidden name=hostname value="webmail.us">
<input type=submit>
</form>