sorry to bother you but...
do you know how to create a dropdown box with links in html?
thanks in advance =D
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

omg thank's nosound97 =D
(where's the reputation system when we need it?)
Not a problem, if you have some other problem with HTML, just poke me

...
1min on google...
seriously, all my coding/scripting knowledge comes from google...
indeed lol just type "drop down box html" and you will probably get a tut

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?"
(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
