QLink
11-02-2003, 02:25 AM
Hello,
I have a drop-down menu but the links open on the same page..
How can i make the links open in _blank page?
The 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 a drop-down menu but the links open on the same page..
How can i make the links open in _blank page?
The 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>