|
Check Mail Form
-- All required fields are
in bold
<form
action="http://gate.mailstart.com/scripts/checkmail.dll"
method="post">
<input type="hidden" name="popserver" value>
<input type="hidden" name="fw" value="get_ext">
<input type="hidden" name="firsttime" value="111">
<table cellpadding="1" border="0">
<tr>
<td colspan="2">Enter your
email address in the form user@domain.com</td>
</tr>
<tr>
<td>Email Address:</td>
<td><input
type="text" size="20" name="popacct">
</td>
</tr>
<tr>
<td>Email Password:</td>
<td><input
type="password" size="20" name="poppass">
</td>
</tr>
<tr>
<td colspan="2"
align="center">
<input type="submit"
value="Check My Mail!">
<input type="reset"
value="Clear Form"> </td>
</tr>
<tr>
<td colspan="2"
align="center"><br>
<a
href="http://mailstart.com/bindex.html">
<img
src="http://images.mailstart.com/mailstart/ms_but.gif" width="90"
height="33" alt="Email Service By MailStart.com"
border="0">
</a>
</td>
</tr>
</table>
</form>
Send Mail Form
|
Compose Email
|
|
Fill in the information below and click the Send This Mail! button when
ready to send. You will get a response page in a second or two indicating the success of
the send transaction
|
|
|
<table border="0"
width="80%">
<tr>
<td align="center"><b>Compose Email</b>
</td>
</tr>
<tr>
<td align="center">Fill in the information below and
click the Send This Mail! button when
ready to send. You will get a response page in a second or two
indicating the success of
the send transaction </td>
</tr>
<tr>
<td>
<form method="post" action="http://cgi.mailstart.com/scripts/link.dll/ms.clsmain.aa">
<input type="hidden" name="ac"
value="se">
<input type="hidden" name="blank"
value="blank">
<input type="hidden" name="fw" value="send_ext">
<div align="center"><center>
<table border="0">
<tr>
<td
align="right">From:</td>
<td><input
type="text" name="from" size="50"></td>
</tr>
<tr>
<td
align="right">To:</td>
<td><input
type="text" name="to" size="50"></td>
</tr>
<tr>
<td> </td>
<td>
<input type="checkbox"
name="ccself" value="ON">
Send a carbon copy to myself</td>
</tr>
<tr>
<td
align="right">CC:</td>
<td><input
type="text" name="cc" size="50"></td>
</tr>
<tr>
<td
align="right">Subject:</td>
<td><input
type="text" name="subject" size="50"></td>
</tr>
</table>
</center></div><hr>
<div align="center"><center><p>
<textarea name="message" cols="50"
rows="15" wrap="virtual"></textarea>
<br>
<input type="submit" value="Send This
Mail">
<input type="reset" value="Clear Form">
<center>
<p>
<a href="http://mailstart.com/bindex.html">
<img src="http://images.mailstart.com/mailstart/ms_but.gif"
width="90" height="33" alt="Service By MailStart.com"
border="0">
</a>
</p>
</center>
</p>
</center></div>
</form>
</td>
</tr>
</table>
Ways to use the Send Mail Form
Example 1 - Fixed Subject and Recipient Feedback Page.
Example 2 - Multiple Subject and Recipient Feedback Page.
Modification rule of thumb
If you remove a field be sure to replace it with a hidden equivalent. If you want to
remove the 'carbon copy to myself' check box, just remove it without adding a hidden field
equivalent.
[ Back to Top ]
|