Drop menu help

wxdqz

New Member
Hi. I was wondering if someone could help me code my menu? I have it coded, but when a user clicks on the link, it changes from the current page to the new one. What i would like, is to have the new page open in a new window. Here is an example of my script. Where and how would i make this happen?

<select class="combobox" name="SiteMap" onchange="if(options[selectedIndex].value){location = options[selectedIndex].value}" size="1">
<option selected>Misc. </option>
<option value=http://www.webdeveloper.com/forum/archive/index.php/"http://chat-forum.com/">Free Chat Room</option><option value="http://www.illusivedesign.org/">Web Templates 1</option><option value="http://4templates.com/">Web Templates 2</option>
</select>


Thanks in advance
 
Back
Top