Redirect Page Sample Code
<html>
<body>
<center>
<table width="100%" border="0">
<tr>
<td align="right" width="45%">
<form method="post" action="http://1.1.1.1/agree.cgi" name="agree">
<input type="submit" name="agree" value="Agree">
</form>
</td>
<td width="10%">&nbsp;</td>
<td width="45%">
<form method="post" action="http://1.1.1.1/disagree.cgi" name="disagree">
<input type="submit" name="disagree" value="Do not agree">
</form>
</td>
</tr>
</table>
</center>
</body>
</html>