Forum Moderators: open

Message Too Old, No Replies

formHandler navigation

Getting links to open from dropdown menu into new browser windows

         

suziq4

11:21 pm on Feb 13, 2005 (gmt 0)



<!-- Original: Alex Tu <boudha1@hotmail.com> -->
I'm using this script I found on-line (thank you to Alex Tu) and am wondering if there's a way to amend this to have the links open in a new browser window?

I've tried to contact Alex at the email above, but it's undeliverable. Any chance someone can help, this, yep, you guessed it newbie?

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

Thanks!

Bernard Marx

8:23 am on Feb 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



window.location.href = URL; // XXX

window.open(URL)