paulj
02-11-2003, 12:44 AM
I'm using the script <SCRIPT LANGUAGE="JavaScript">
<!--
function JumpToIt(list) {
var newPage = list.options[list.selectedIndex].value
if (newPage != "None")
window.open(newPage)}
//-->
</SCRIPT>
to load my drop down navigation links (all either html or jpg's) to outside of my framed index page. How do I get my other pages after they load not to stay open in the background. I'm using the same script on each page
Thanks everone who responds
<!--
function JumpToIt(list) {
var newPage = list.options[list.selectedIndex].value
if (newPage != "None")
window.open(newPage)}
//-->
</SCRIPT>
to load my drop down navigation links (all either html or jpg's) to outside of my framed index page. How do I get my other pages after they load not to stay open in the background. I'm using the same script on each page
Thanks everone who responds