Forum Moderators: open

Message Too Old, No Replies

Jump Menu

how to open new window

         

jsnow

10:34 am on Oct 20, 2003 (gmt 0)

10+ Year Member



Probably a simple question. I use a jump menu at the bottom of my pages and wanted to know how I would get some of the options to open in a new window rather than changing the page?

Web Footed Newbie

11:33 am on Oct 20, 2003 (gmt 0)

10+ Year Member



Hello JsNow,
Use a target to open a new window for a hyperlink:

<a target="_blank" href="http://widgets.com/newwindowpage.html"</a>

Where the href points to the page you want to open in a new window.

WFN :)

jsnow

12:00 pm on Oct 20, 2003 (gmt 0)

10+ Year Member



WFN

Thanks for the response. I'm familar with using this under normal circumstances, however this is a jump menu and therefore part of a form:

<option value="http://www.widgets.com/">Home</option>

Any ideas on how to deal with it under these circumstances?

ritch_b

12:26 pm on Oct 20, 2003 (gmt 0)

10+ Year Member



JSNOW - check your sticky-mail.

R.

ritch_b

1:34 pm on Oct 20, 2003 (gmt 0)

10+ Year Member



As that one didn't quite work as intended - there's another on the way! :)

R.

plasma

2:30 pm on Oct 20, 2003 (gmt 0)

10+ Year Member



Wrong forum, you need JavaScript:

[webmasterworld.com...]