Redirector 
Writen by Maxime Savard <programer@fcmail.com>

----------------  How do I Use it ???? ---------------------


<form action="http://www.yourhost.com/cgi-shl/redirect.pl" method="post">
<select name=redirect size=1>
<option value="A Url ">Description of the url</option>
<option value="Anothrt URL">Description</option>
</select>
</form>

You can do this ! (is a select menu) ^


Or a "Frame or no frame Wizzard"
<form action="http://www.yourhost.com/cgi-shl/redirect.pl" method="post">
<center><font color=red face=arial size=+1>Welcome To My Site</font></center>
<center>
<table border=0>
<tr>
<td>Frame [&nbsp;<input type="radio" name="redirect" value="Your Frame Page URL">&nbsp;]</td>
<td>No Frame [&nbsp;<input type=radio name="redirect" value="No Frame URL">&nbsp;]</td>
</tr>
</table>
</center>



Do What you want ! 

