Hi, Can someone please tell me why when using the code below and visiting any of the links the IE browser screen navigation disappears from the sites being linked to (all gone except the X button) i.e. the top Browser Address bar window, IE & Google toolbars all disappear, and the side elevator bar is missing along with the back button, and the screen looks odd too, similar to the look of full screen mode?
<div align="center">
<form><select onChange="if(options[selectedIndex].value) window.open(options[selectedIndex].value,'_blank','config');" size="-1">
<option>Other Websites of Interest </option>
<option value=""> <!--line for space--> </option>
<option value="http://example.com/"> Example</option>
<option value="http://example2.com/"> Example 2</option>
<option value="http://example3.com/"> Example 3</option>
</select></form></div>