Difference between revisions of "HTML"

From Rackspace Email & Apps API
Jump to: navigation, search
(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...)
 
m (changed webmail.us to emailsrvr.com)
 
Line 2: Line 2:
 
This code shows a form asking for a username and password to a mailbox; clicking submit logs the person into the webmail client.<br>
 
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>
 
<br>
<nowiki><form method=post action="http://reseller1.webmail.us/mail/src/redirect.php"></nowiki><br>
+
<nowiki><form method=post action="http://reseller1.emailsrvr.com/mail/src/redirect.php"></nowiki><br>
 
<br>
 
<br>
 
<nowiki>username: <input type=text name=user_name><br></nowiki><br>
 
<nowiki>username: <input type=text name=user_name><br></nowiki><br>

Latest revision as of 08:12, 11 August 2009

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.emailsrvr.com/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>