Dolphin, the GameCube and Wii emulator - Forums
HTML help - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic)
+--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza)
+--- Thread: HTML help (/Thread-html-help)

Pages: 1 2


HTML help - ssbbtriforce - 09-06-2009

sorry to bother you but...

do you know how to create a dropdown box with links in html?

thanks in advance =D


RE: HTML help - nosound97 - 09-06-2009

Code:
<form name="ex3" action="xfer.php" method="POST"><div align="center">
<select name="xfer" size="1" onmouseup= "location = '' + this.options[this.selectedIndex ].value;">
<option value="net1.htm">Example</option>
<option value="net2.htm">Example</option>
<option value="net3.htm">Example</option>
</select>
<noscript><input type="submit" value="Go!" /></noscript>
</div></form>

Example Big Grin


RE: HTML help - ssbbtriforce - 09-06-2009

omg thank's nosound97 =D

(where's the reputation system when we need it?)


RE: HTML help - nosound97 - 09-06-2009

Not a problem, if you have some other problem with HTML, just poke me Tongue


RE: HTML help - LuisR14 - 09-09-2009

(09-06-2009, 07:35 AM)nosound97 Wrote: just poke me Tongue
or me Tongue Big Grin


RE: HTML help - DacoTaco - 09-09-2009

...

1min on google...


seriously, all my coding/scripting knowledge comes from google...


RE: HTML help - LuisR14 - 09-09-2009

my webpage coding knowledge comes from http://www.w3schools.com Tongue Smile


RE: HTML help - THELUKESTIR - 09-09-2009

indeed lol just type "drop down box html" and you will probably get a tut Big Grin


RE: HTML help - ssbbtriforce - 09-10-2009

i wrote that in google but a lot of pages = little info.

i need it fast so I think "how helpful dolphin's users are... should i request for their help?"


RE: HTML help - DacoTaco - 09-10-2009

(09-10-2009, 11:03 AM)ssbbtriforce Wrote: i wrote that in google but a lot of pages = little info.

i need it fast so I think "how helpful dolphin's users are... should i request for their help?"
the answer is yet but prepare to get links to google from me and other links to sites from others Tongue