sucher: Target in DropDown

Beitrag lesen

Also schonmal danke fürs anschauen habe da so ein Problem.... wie bringe ich mein dropdown dazu die Links in nem neuen Fenster zu öffnen also mit target="_top" mag es nicht so recht klappen hier der quelltext wäre supi nett wenn mir wer helfen könnte...
<form>
<table border="0" width="80" cellspacing="0">
<tr><td width="100%" bgcolor="#000000">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%" background="http://www.fair-solution.de/menu/boxtopA.png"><img border="0" src="http://www.fair-solution.de/menu/11dot.gif" width="19" height="19"></td></tr>
</table>

<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr><td width="2%" background="http://www.fair-solution.de/menu/boxbackA.png">
<img border="0" src="http://www.fair-solution.de/menu/11dot.gif" width="18" height="18">
</td><td width="98%" background="http://www.fair-solution.de/menu/boxbackB.png">

<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
<option selected>Gehe zu...  </option>
<option value="http://www.fair-solution.de/news.html">Newsletter ABO</option><option value="http://www.fair-solution.de/service/suche.html">Alle Suchmaschienen</option><option value="http://www.fair-solution.de">Kontakt</option>
</select>

</td></tr>
</table>

</td></tr>
</table>
</form>