| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/Menu pusdu/year58/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Green Harbor Bait</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<!--[if IE ]>
<link href="ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<style type="text/css">
#url { width: 250px; height: 27px; font-size: 18px; font-family: Arial; }
#submitButton { font-family: arial; }
</style>
<script type="text/javascript">
window.onload=function() {
var obj = document.getElementById('url'); // See difference?
if (obj) {
obj.onchange=function() { return JumpToIt(this); };
document.getElementById('submitButton').style.display='none';
}
}
//
function JumpToIt(selectObject) {
var ind = selectObject.selectedIndex;
if (ind==0) { alert('Please select a URL.'); }
else {
document.location = selectObject.options[ind].value;
}
return false;
}
</script>
</head>
<body>
<form id="my-form" action="capture-submit.php" method="get">
<select name="url" id="url">
<option value="">Select URL</option>
<option value="index.php?page=reels">Reels</option>
<option value="index.php?page=rods">Rods</option>
<option value="index.php?page=lures">Lures</option>
<option value="index.php?page=tackle-line">Terminal Tackle & Line</option>
<option value="index.php?page=tools">Knives & Tools</option>
<option value="index.php?page=bait">Bait</option>
</select>
<input type="submit" id="submitButton" value="Go!">
</form>
</body>
</html>