HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Help with dropdown menu links to other frames
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
codingnewbie



Joined: 24 Apr 2008
Posts: 2

Posted: Thu Apr 24, 2008 7:41 am     Help with dropdown menu links to other frames  

I am practicing with html and have encountered a problem. I have coded a drop down menu, but I cannot figure out how to make it so that the new page loads in a different frame.
To make it easier to solve here is the format I am currently using example:

<form name="jump">
<select name="menu">
<option value="1">a</option>
<option value="2">b</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>

I would like it to display the new page in a frame called "main", if you could help me i would greatly appriciate it.
sticks464



Joined: 31 Dec 2006
Posts: 2627

Posted: Thu Apr 24, 2008 6:33 pm      

Are you making a form or a menu? Forms are for collecting data and menus are lists displaying data. Try using a list and using the attribute 'target'.
codingnewbie



Joined: 24 Apr 2008
Posts: 2

Posted: Fri Apr 25, 2008 6:52 am      

thanks for your help, i just found a tutorial on site by accident:
http://www.htmlcodetutorial.com/linking/linking_famsupp_114.html
mjpliv



Joined: 11 May 2004
Posts: 402
Location: Nova Scotia

Posted: Fri Apr 25, 2008 8:51 am      

Keep in mind that this particular script calls a server side component redirect.pl

If you has access to a CGI folder and perl support then there are bucket fulls of free redirect programs available just by googling "redirect.pl"
sticks464



Joined: 31 Dec 2006
Posts: 2627

Posted: Fri Apr 25, 2008 12:01 pm      

Take a look here. There are lots of drop down menus
http://www.cssplay.co.uk/menus/
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group