|
|
|
|
![]() ![]() |
Jul 30 2005, 06:00 PM
Post
#1
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 112 Joined: 24-July 05 Member No.: 9,818 |
Ok its a big problem to me, i need to make my drop down menus options link to a web page. I know i can do it with a button, and i can get that to work but i need/want to have it link as soon as the option is selected........How do i do that?
|
|
|
|
Jul 30 2005, 06:19 PM
Post
#2
|
|
|
Incest is a game the whole family can play. ![]() Group: [MODERATOR] Posts: 1,223 Joined: 11-February 05 From: Heaven Member No.: 3,709 |
Well this uses javascript and the code looks quite compucated. Here it is:
CODE <form name="jumpto"> <select name="here" onChange="window.location=document.jumpto.here.options[document.jumpto.here.selectedIndex].value"> <option value="/index.php">Home <option value="/forums/"> Forums <option value="/chat/"> Chat <option value="/about.php"> About </select> </form> Pretty easy to work out. When you click on home it redirects you to the file /index.php and when you click on chat it redirects you to the directory /chat. |
|
|
|
Jul 30 2005, 06:26 PM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 112 Joined: 24-July 05 Member No.: 9,818 |
Thanks man
just money. |
|
|
|
Jul 30 2005, 07:44 PM
Post
#4
|
|
|
Moderator ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,325 Joined: 8-March 05 From: Mawson, Antarctica Member No.: 4,254 |
Problem solved -> thread closed.
Do not hijack your own thread. Your thread will be answered as soon as someone who read it knows. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 11th October 2008 - 12:32 AM |