Click to See Complete Forum and Search --> : Pop up Window from a drop down menu search


Yanish
01-12-2007, 12:56 PM
Hello and thanks for viewing my thread,

Like if you chose google from the drop down menu and hit the search button, a new window would pop up.

arr[arr.length] = new Array("Google", "http://www.google.com/search?q=");

I'm looking for just a basic pop up window.


Thanks

Annaccond
01-12-2007, 06:32 PM
Add this behind your url (but I'm not sure is this correct):

target="_blank"