Forum Moderators: open
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">
function formHandler(form){
var URL = document.form1.site.options[document.form1.site.selectedIndex].value;
parent.main.location = URL;
}
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1">
<select name="site" size=1>
<option value="http://www.google.com">Horse Racing Specials
<option value="SoccerSpecials.php">Soccer Specials
<option value="golfspecials.php">Golf Specials
<option value="otherspecials.php">Other Specials
</select> <input type=button value="Go" onClick="java script:formHandler(this)"></form>
<IFRAME SRC="welcome.html" name="main" WIDTH=600 HEIGHT=320 frameborder=1 border=1></IFRAME>
</body>
</html>