|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
HTML Linked Drop Down List Help Needed
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Busy :(
![]() |
Trying to make a dropdown list where, when you click on one of the options, you are taken to a page, but none of the ones I can find online work
![]() If anyone could help me out that would be great, I'm after something as simple as possible...an example would be awesome, if it could have these two: Index (linked to no where so when you click it stays on the same page) Page 1 (linked to page1.html) Thanks in advance guys ![]()
__________________
[Project]: Kai
Custom built acrylic and aluminium angle SFF case Forum Supervisor for all News and Case Modding Sections. PM me with any questions, queries, or requests. Life is crazy at the moment, may be inactive until I sort myself out, so I will reply to everything ASAP. Chuck me a PM if you fancy a chat
|
|||||||||||||
|
|
|
|
#2 (permalink) | ||||||||||||
|
Programmer
|
are you looking for like a Flash object, that will physically make a drop down?
__________________
EEE, FFF.... F. word. Quote:
![]() ![]()
|
||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
Jack of all trades
Join Date: Mar 2007
Location: Look behind you...
Posts: 3,391
Rep: 253
![]() ![]() ![]() Unique Rep: 196
Trader Rating: 1
|
Code:
<div id=EchoTopic> <form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="http://www.youtube.com">Youtube</option> <option value="http://www.Overclock.net">OCN</option> <option value="http://www.newgrounds.com">New Grounds</option> </select> </form> ![]() This place generates exactly what you need ![]() Link
__________________
I am 91% addicted to Counterstrike. What about you? ![]() OCN CS:S GG: overclock.nuclearfallout.net:27015 OCN TF2: 8.9.16.94:27015 (temporary) [CSS GUN GAME ADMIN] Ban Hamma of Pwnage +5 skillz [TF2 ADMIN] Ban Hammer of scouting + 20 scout powaz
Last edited by H3||scr3am : 05-16-08 at 02:36 PM. |
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
Busy :(
![]() |
Thanks h3||scr3am - I'd tried that site out before and it didn't work but when I closed the <div> before it and it works great now
![]() Ta!
__________________
[Project]: Kai
Custom built acrylic and aluminium angle SFF case Forum Supervisor for all News and Case Modding Sections. PM me with any questions, queries, or requests. Life is crazy at the moment, may be inactive until I sort myself out, so I will reply to everything ASAP. Chuck me a PM if you fancy a chat
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|