how to direct from a form to a seperate frame?

wxdqz

New Member
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
 
Back
Top