Scrollmenu med flere åbningsmuligheder
Jeg har et lille problem med nedenstående menu. Som menuen er nu, kan jeg i et framesæt, kun åbne på en måde, men i realiteten har jeg brug for at kunne åbne linkene individuelt. Udgående link skal åbne i nyt vindue - links til mit eget site må gerne åbne i _top eller main4. Kan det lade sig gøre at ændre det???.Venlig hilsen Rasmine
<script language=\"JavaScript\">
<!-- Hide the script from old browsers --
function surfto(form)
{
var myindex=form.select1.selectedIndex
if (form.select1.options[myindex].value != \"0\")
{
window.open(form.select1.options[myindex].value, target=\"_blank\");
}
}//-->
</script>
<title>Alternativ behandling - også til hunde</title>
</head>
<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#008080\" vlink=\"#000080\" alink=\"#800080\"
topmargin=\"0\">
<div align=\"center\"><center>
<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"27%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
<td width=\"47%\" align=\"center\"><font face=\"Book Antiqua\" color=\"#FFFFFF\" size=\"1\">-</font></td>
<td width=\"26%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
</tr>
<tr>
<td width=\"27%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
<td width=\"47%\" align=\"center\"><font face=\"Book Antiqua\" size=\"5\" color=\"#008080\"><strong>ALTERNATIV
SUNDHED</strong></font></td>
<td width=\"26%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
</tr>
<tr>
<td width=\"100%\" align=\"center\" colspan=\"3\"><hr color=\"#008080\">
</td>
</tr>
<tr>
<td width=\"27%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
<td width=\"47%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
<td width=\"26%\" align=\"center\"><font color=\"#FFFFFF\">-</font></td>
</tr>
<tr>
<td width=\"27%\" align=\"center\"><img src=\"image3/altern2.jpg\"
alt=\"altern2.jpg (1493 bytes)\" WIDTH=\"90\" HEIGHT=\"74\"></td>
<td width=\"47%\" align=\"center\"><form method=\"POST\" action=\"--WEBBOT-SELF--\"
onSubmit=\"location.href=\'../_derived/nortbots.htm\';return false;\">
<p><select NAME=\"select1\" onChange=\"surfto(this.form)\" SIZE=\"10\"
style=\"font-family: Tahoma; font-size: 12; background-color: rgb(255,255,186); color: rgb(0,128,128)\">
<option value=\"http://www.biodyr.dk/kursus/ALTFOLDE.html\">Alternativ medicin til dyr</option>
<option value=\"http://www.skyescot.dk/\">Hokamix</option>
<option value=\"http://www.amilet.dk/homoeopat.htm\">Homøopati til hunde</option>
<option value=\"http://www.urtegartneriet.dk/Laege.html\">Lægeplanter</option>
<option value=\"http://www.basisinform.dk/vitaminealguide.htm\">Vita-Mineral Guide</option>
<option value=\"teatreeoil.htm\">Fakta om Teatree-oil</option>
</select></p>
