Maybe I should subscribe to these things -
Replace this,
Code:
<!-- Dropdown menu in navbar by defi -->
<form name="defisdropdownmenu">
<select style="font-size:9px;color:#000000;font-family:verdana, arial, helvetica;background
-color:#ffffff;font-weight:bold;" name="menu" onconChange="location=document.defisdropdownmenu.menu.options
[document.defisdropdownmenu.menu.selectedIndex].value;">') }">
With this,
Code:
<!-- Dropdown menu in navbar by defi -->
<form name="defisdropdownmenu">
<select style="font-size:9px;color:#000000;font-family:verdana, arial, helvetica;background
-color:#ffffff;font-weight:bold;" name="menu" onchange="if (this.options
[this.selectedIndex].value != 'null') { window.open(this.options
[this.selectedIndex].value,'new','toolbar=no,location=yes,directories=no,status=yes,menubar=
yes,scrollbars=yes,resizable=yes') }">