W wxdqz New Member Aug 22, 2008 #1 how would I modify this code to load the url to another frame on my page? function getNewPage() { var locale = document.links.selectedUrl.selectedIndex; location.href = document.links.selectedUrl.options[locale].value; chuck
how would I modify this code to load the url to another frame on my page? function getNewPage() { var locale = document.links.selectedUrl.selectedIndex; location.href = document.links.selectedUrl.options[locale].value; chuck