HTML

From Rackspace Email & Apps API
Revision as of 16:56, 25 August 2008 by APIAdmin (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>