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 List Not working.

2 posters

Go down

Drop-Down List Not working. Empty Drop-Down List Not working.

Post by briella November 11th 2009, 4:06 am

I used the code from the tips section,

Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
</div>

Well, it worked once, and now it wont work, It doesn't take you to the page. I had my other Admin try it, and it worked once, and then she tried it again and now it's not working for her either. Can anyone tell me what happened, what did I do wrong? Can it be fixed?

Thanks In Advance.
briella
briella
Forumember

Female Posts : 58
Reputation : 0
Language : english
Location : In between Dreaming and Awake

Back to top Go down

Drop-Down List Not working. Empty Re: Drop-Down List Not working.

Post by briella November 11th 2009, 6:08 am

Sorry to double post, but I figured out what's wrong. So now my next question is, is there a way that I can have more than one drop down list in the widget? I want them for the admins, to show what characters are theirs, but it wont let me have more than 2 drop downs.
briella
briella
Forumember

Female Posts : 58
Reputation : 0
Language : english
Location : In between Dreaming and Awake

Back to top Go down

Drop-Down List Not working. Empty Re: Drop-Down List Not working.

Post by TanMan77777777 November 11th 2009, 6:33 am

Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
<form name="jump3">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
</div>
Two drop down menus.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Drop-Down List Not working. Empty Re: Drop-Down List Not working.

Post by briella November 11th 2009, 6:45 pm

Okay, I tried it out, and it works except that it brings you to the home page no matter what the link you put in. Is it interfering with the other widget I have? Is that why it's not working right?
briella
briella
Forumember

Female Posts : 58
Reputation : 0
Language : english
Location : In between Dreaming and Awake

Back to top Go down

Back to top

- Similar topics

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