<html>
<head>
<script type="text/javascript">
function go()
{
location=document.forms[0].gowhere.value
}
</script>
</head>
<body>
<form>
<select id="gowhere" onchange="go()">
<option>-Select location-
<option value="/asp/default.asp">ASP Coding
<option value="/flash/default.asp">Flash Tutorial
<option value="/js/default.asp">JavaScripts
</select>
</form>
</body>
</html>
No comments:
Post a Comment