Fra dropdown menu til iframe
<html><head>
<SCRIPT LANGUAGE=\"JavaScript\">
<!-- Begin
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.siteboard.location.href=(siteboard.options[myindex].value);
// You can output to ANY frame using: parent.siteboard.location.href
}
// End -->
</SCRIPT>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" height="30" valign="top">
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1 onChange="leapto(this.form)">
<OPTION SELECTED VALUE="http://javascriptsource.com">The JavaScript Source
<OPTION VALUE="http://buttons.javascriptsource.com">Buttons
<OPTION VALUE="http://games.javascriptsource.com">Games
<OPTION VALUE="http://links.javascriptsource.com">Links
<OPTION VALUE="http://navigation.javascriptsource.com">Navigation
<OPTION VALUE="http://user-details.javascriptsource.com">User Details
</SELECT>
</FORM> </td>
</tr>
<tr>
<td width="100%" height="100%" valign="top"><iframe id="siteboard" width="100%" height="100%" src="fil.html"><ilayer id="siteboard" width="100%" height="100%" src="fil.html"></ilayer></iframe></td>
</tr>
</table>
</body>
</html>
hjælp mig venligst med at få det til at virke*