Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
open new window from jump menu
#1
I have a jump menu with several items that link to pages within the site. However there is one that links to an outside page. Is there a way (in the jump menu) to make that link open a new window? If it were a regular href link I could just use target="_blank", but that doesn't work in a form.
Reply
#2
link?
Reply
#3
don't have one yet. still building. i set it on the back burner so i can finish up the rest of the site and get back to it. thought i'd post here in the interim.
Reply
#4
Attach javascript event listener to the select element.
on‌change=
if(this.value=='foo'Wink{window.open(this.value,'window name','height=900,width=1024,etc'Wink
}

Better to write a function for it, however.


Forum Jump:


Users browsing this thread: 1 Guest(s)