<html>
<head>
<title></title>
<meta content="">
<style></style>
</head>
<body>
<form name="jump">
<p>
<select name="menu" >
<option value="one.html" selected>
One</option>
<option value="file:/home/julian/two.html">
Two</option>
<option value="three.html">
Three</option>
</select>
<input type="button" onClick="document.location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="Go">
</p>
</form></body>
</html>