The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Drop Down Menu

+2
tyhodge07
anonymous001
6 posters

Go down

Drop Down Menu Empty Drop Down Menu

Post by anonymous001 April 4th 2008, 9:28 am

Can I Know Where I Can Get A Simple Drop Down Menu??
avatar
anonymous001
Forumember

Posts : 26
Reputation : 0
Language : english

http://rssclan.darkbb.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by tyhodge07 April 4th 2008, 9:36 am

Code:
 <BODY><div id=EchoTopic><form name="jump"><select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option></select></form>

in the URL area add your redirect url, where you want it to take them when clicked, in the Description, add what you want it to say in the drop down for example:

Code:
<option value="http://www.yahoo.com">Yahoo</option>

and you can also add more to that list.. ive found that only one of these codes will work at a time on the portal. adn whenever you click on where you want to go itll take them
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by anonymous001 April 4th 2008, 9:41 am

Can I Make It To Open The Link In A New Window??
And Set A Default Text
avatar
anonymous001
Forumember

Posts : 26
Reputation : 0
Language : english

http://rssclan.darkbb.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by Decibel April 4th 2008, 10:35 am

Code:
<option value="http://www.yahoo.com" target="_blank">Yahoo</option>
will open in new window
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by tyhodge07 April 4th 2008, 10:36 am

tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by Decibel April 4th 2008, 10:38 am

There are other sites with less popups I'm sure. lol
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by tyhodge07 April 4th 2008, 10:40 am

[quote="Decibel"][code]<option value="http://www.yahoo.com" target="_blank">Yahoo</option>[/code]
will open in new window[/quote]

that doesnt work.. i thought it would have, but doesnt.

and to select a default one, just add SELECTED after the
Code:
<option value="http://www.yahoo.com" SELECTED>Yahoo</option>

and i think it has to stay in caps. as far as opening in a new bar, i cant seem to figure it out yet, and the link i just posted doesnt seem to even work when i test it Rolling Eyes

also, to make a main title for your drop down, without having a default.. such as a yahoo or whatever is what ur using show, use this code, which you can change around:

Code:
<option value=''>Please choose</option>


EDIT:

i also just figured out how to add more than 1 of these.. if you want to add more than 1 drop down, youll have to change each one, in the one i posted at t he top it is named jump... so to add another one, youll want to make all the words jump change to jump2 or whatever else you want it to be like:

Code:
 <BODY><div id=EchoTopic><form name="jump2"><select name="menu" onChange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option>
<option value="URL">DESCRIPTION</option></select></form>

there are 3 spots where ull change it, i changed them to jump2
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by anonymous001 April 4th 2008, 11:51 am

I Still Cant Make Them To Open In A New Window...

This Is The One Im Using:-
Spoiler:
avatar
anonymous001
Forumember

Posts : 26
Reputation : 0
Language : english

http://rssclan.darkbb.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by Decibel April 4th 2008, 1:01 pm

try this for new window..
Code:
<option value="http://www.yahoo.com" target="newwin">Yahoo</option>
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by tyhodge07 April 4th 2008, 1:16 pm

Decibel wrote:try this for new window..
Code:
<option value="http://www.yahoo.com" target="newwin">Yahoo</option>

nope, still doesnt work

ive tried like 10 different sites with the pop up code using a generator, and than when i try to use them, they dont even work.
tyhodge07
tyhodge07
Forumember

Male Posts : 708
Reputation : 5
Language : english
Location : indiana

http://rcmodzone.all-up.com/

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by Bpoetic April 4th 2008, 3:24 pm

Hi anonymous001 . . .

This stuff is frustrating, I know! I am using a version of a drop down menu on my portal and it does work. This site I got it from is:

Drop Down List URL Jump Box

I am using the one at the bottom, but I have no doubts that the others work. I hope this helps you . . . Bpoetic


Last edited by Bpoetic on April 20th 2009, 5:04 pm; edited 3 times in total (Reason for editing : addressed to wrong person)
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by mack bane April 5th 2008, 2:48 am

Hi,

perhaps you have to set target a little earlier in your code...

<option target="newwin" value="http://www.yahoo.com" >Yahoo</option>


Last edited by mack bane on April 5th 2008, 2:52 am; edited 1 time in total (Reason for editing : ...)
avatar
mack bane
New Member

Posts : 1
Reputation : 0
Language : english

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by Uber Lord April 5th 2008, 3:44 am

Uber Lord
Uber Lord
Forumember

Male Posts : 710
Reputation : 18
Language : English
Location : USA

http://computerworld.forumotion.com/index.htm

Back to top Go down

Drop Down Menu Empty Re: Drop Down Menu

Post by anonymous001 April 5th 2008, 7:32 am

I Just Need A Simple Drop Down Menu Which Opens The Link In A New Window/Tab
avatar
anonymous001
Forumember

Posts : 26
Reputation : 0
Language : english

http://rssclan.darkbb.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum