<!-- --------- Start of subscription code --------- -->
<table width="80%" align="center">
<form method="post" action="/faq/subscription.php">
<input type="hidden" name="{langvar}" value="{desired lang}">
<input type="hidden" name="mode" value="subscribe">
<tr><td align="right" width="30%">Email:</td>
<td><input type="text" name="email" size="40" maxlength="240"></td></tr>
<tr><td align="right" valign="top">Email type:</td><td>
<input type="radio" name="emailtype" value="0" checked> HTML<br>
<input type="radio" name="emailtype" value="1"> plain text</td></tr>
<tr><td align="right" valign="top">send compressed:</td><td>
<input type="radio" name="compress" value="1" checked> yes<br>
<input type="radio" name="compress" value="0"> no</td></tr>
<input type="hidden" name="prog" value="{desired program}">
<td align="center" colspan="2"><input type="submit" value="subscribe">
</td></tr></form></table>
<!-- --------- End of subscription code --------- -->
|