QLink
11-02-2003, 04:13 AM
Hi,
I have two drop-menus, when i try opening a link, it opens on the same page, can you please help me change this so that the link opens on a new window (_blank)..
The javascript code is:
<script type="text/javascript" language="javascript">
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'" );
if (restore) selObj.selectedIndex=0;
}
</script>
I have two drop-menus, when i try opening a link, it opens on the same page, can you please help me change this so that the link opens on a new window (_blank)..
The javascript code is:
<script type="text/javascript" language="javascript">
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'" );
if (restore) selObj.selectedIndex=0;
}
</script>