Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
open new window from jump menu
#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.


Messages In This Thread
open new window from jump menu - by bazookaman - 12-05-2009, 05:27 PM
Re: open new window from jump menu - by mattkime - 12-05-2009, 05:40 PM
Re: open new window from jump menu - by Seacrest - 12-05-2009, 08:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)