|
| |
|
|
bsolismt
Posts: 2 Joined: 9/16/2003 Status: offline
|
hyperlink from drop down menu - 9/16/2003 5:04:16
I'm trying to get a hyperlink to come out of a drop-down menu. I've gotten it to work on pages posted on the www but I can't get my own pages save in the folder to show up. Here is my html I'm working on: <select name="Manual" size="1" onchange="window.open(this.options[this.selectedIndex].value,'_top')"> <option value="http://www.yahoo.com" selected>Yahoo</option> <option value="/page1.html">Page 1</option> </select>
|
|
|
|
groundzero2010
Posts: 17 Joined: 9/16/2003 From: Kansas Status: offline
|
RE: hyperlink from drop down menu - 9/17/2003 2:23:52
I tried the <option value="page1.html">Page 1</option> I also tried moving my page into a folder and tried the "../page1.html" and that didn't work either. Any other ideas?
|
|
|
|
groundzero2010
Posts: 17 Joined: 9/16/2003 From: Kansas Status: offline
|
RE: hyperlink from drop down menu - 9/17/2003 2:31:20
I tried something... I noticed when I used "http://yahoo.com" as a link it worked fine. So I used <option value ="page1.html">Page 1</option> And placed both pages on my test website. It worked. But in FrontPage it wouldn't work right. Why would this be?
|
|
|
|
groundzero2010
Posts: 17 Joined: 9/16/2003 From: Kansas Status: offline
|
RE: hyperlink from drop down menu - 9/19/2003 16:41:10
quote:
<select name="Manual" size="1" onchange="window.open(this.options[this.selectedIndex].value,'_top')"> <option value="http://www.yahoo.com" selected>Yahoo</option> <option value="/page1.html">Page 1</option> </select> My home page is a frames page it has a header and left side bar and a main window page(main.html). How do I target the drop down menu hyperlinks to open up in main.html?
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|