Guide
New Member
Posts: 0
inherit
181056
0
Jul 6, 2012 10:43:44 GMT -8
Guide
0
July 2012
11823
|
Post by Guide on Jun 6, 2006 6:57:20 GMT -8
What I want is something link the forum jump. Ive found this code which does what I want, but I also need links so when you select it takes you to the link, esactly like the forum jump
<select> <option>Milk</option> <option>Coffee</option> <option>Tea</option> </select>
-Jamie
|
|
inherit
16852
0
Mar 22, 2008 15:13:14 GMT -8
Eric
1,231
December 2003
13lade
|
Post by Eric on Jun 6, 2006 7:06:53 GMT -8
Just copy the onchange part: <select onchange="location.href=this.options[this.selectedIndex].value"> <option>Choose A Site</option> <option value="http://www.example.com">Example</option> </select>
|
|
Guide
New Member
Posts: 0
inherit
181056
0
Jul 6, 2012 10:43:44 GMT -8
Guide
0
July 2012
11823
|
Post by Guide on Jun 6, 2006 7:10:01 GMT -8
Just copy the onchange part: <select onchange="location.href=this.options[this.selectedIndex].value"> <option>Choose A Site</option> <option value="http://www.example.com">Example</option> </select>Yet again, Eric saves the day Cheers mate
|
|
inherit
179107
0
May 4, 2012 22:40:58 GMT -8
ravine
12
April 2012
ravine
|
Post by ravine on Apr 28, 2012 2:57:19 GMT -8
Hello, I also want this same code for the drop down forum jump, but I don't get the code
|
|
inherit
156679
0
Oct 9, 2012 14:53:28 GMT -8
KELSEY'S GOT A GUN
1,421
July 2010
wrpg
|
Post by KELSEY'S GOT A GUN on Apr 28, 2012 3:10:02 GMT -8
Hello, I also want this same code for the drop down forum jump, but I don't get the code You mean the forum jump that's on the bottom of the forum?
|
|
inherit
179107
0
May 4, 2012 22:40:58 GMT -8
ravine
12
April 2012
ravine
|
Post by ravine on Apr 28, 2012 3:23:21 GMT -8
Yep.
|
|
inherit
156679
0
Oct 9, 2012 14:53:28 GMT -8
KELSEY'S GOT A GUN
1,421
July 2010
wrpg
|
Post by KELSEY'S GOT A GUN on Apr 28, 2012 3:24:06 GMT -8
That's already there, and can't be edited as far as I know. :/
|
|
inherit
179107
0
May 4, 2012 22:40:58 GMT -8
ravine
12
April 2012
ravine
|
Post by ravine on Apr 28, 2012 4:30:12 GMT -8
Aw..
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 8, 2012 20:38:28 GMT -8
|
|