|
|
 |
 |
Offer user the possibility simply to subscribeto all your newsletter by one registration box.
In order to use the form, simply copy the HTML coding next to the registration box which best suits your needs and insert it directly into your homepage.
|
 |
|
|
 |
|
|
 |
 |
|
Simple subscription box (subscribe/unsubscribe per email-address; landscape format)
|
|
|
<style type="text/css">
.ecwebbox {font-family:verdana,arial,helvetica,sans-serif; font-size:10px; font-weight:bold;}
A.ecwebboxinfo:link {color:#FF960A; text-decoration: none;}
A.ecwebboxinfo:active {color:#FF960A; text-decoration: none;}
A.ecwebboxinfo:visited {color:#FF960A; text-decoration:none;}
</style>
<table width="300" cellpadding="0" cellspacing="0" border="0">
<form action="http://domeus.it/public/remotebox_welcome.jsp" target="_newWindow" method="post">
<input type="hidden" name="emailprefmsgfrmt" value="1" />
<input type="hidden" name="action" value="remoteBox" />
<input type="hidden" name="invite_user" value="domeus" />
<input type="hidden" name="errorPage" value="/public/remotebox_error.jsp" />
<input type="hidden" name="alt_page_1" value="/public/redirect_data.jsp" />
<input type="hidden" name="chnlopts" value="1000" />
<tr>
<td colspan="4" height="27" align="center" class="ecwebbox">
Newsletterservice
</td>
</tr>
<tr>
<td colspan="4" height="20" class="ecwebbox" align="center">
<input name="uemail" size="15" value="enter your eMail address" class="ecwebbox" style="width:175px">
</td>
</tr>
<tr>
<td align="right" class="ecwebbox" width=25>
<input type="radio" name="action_type" value="subscribe" checked="true">
</td>
<td class="ecwebbox" width="65">
subscribe
</td>
<td class="ecwebbox" width="15" align="right">
<input type="radio" name="action_type" value="unsubscribe">
</td>
<td class="ecwebbox" width="70">
unsubscribe
</td>
</tr>
<tr>
<td colspan="4" height="16" align="center" valign="top">
<input type="image" src="http://domeus.it/images/webbox/box4_senden.gif" border="0" width="86" height="20">
</td>
</tr>
</form>
</table>
|
|
|