Ga naar inhoud

HTML: <select> gebruiken


Aanbevolen berichten

Ik wil graag de <select> gebruiken/ NMu heb ik dit geprobeerd [code:1:5f60bbc164] <select> <option>Choose your music</option> <option>========================</option> <option value="music/sylver.html" selected>Sylver - Livin my life</option> </select>[/code:1:5f60bbc164] jammer genoeg gebeurde er niet veel. Ik ben toen op websites gaan kijken en kwam op deze regel. [code:1:5f60bbc164]<select name="links" size="1" onChange="if (this.form.links.options[this.form.links.selectedIndex].value.length!=0) window.open(this.form.links.options[this.form.links.selectedIndex].value,'_blank');" style="width:165; font-family:arial; font-size:11; background-color:#5F5B4F; color:#C3B98D; height:18;"> [/code:1:5f60bbc164] Dit is iets te ingewikkeld voor mij. Zou iemand mij kunne vertellen hoe ik dit kan aanpassen?. Het enige wat ik wil is music/sylver.html openen. DAt moet toch te doen zijn? (ow ja ik werk wel in frames dit zit in het "top" deel)
Link naar reactie
Ja het was al gelukt, toch bedankt. Ik zal de code wel plakken: [code:1:452314417f] <html> <head> <title>DCC Music control: Sylver</title> </head> <body bgcolor="#e5e5e5"> <center> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%"> <tr> <td width="20%">&</td> <td width="60%"><center><embed src="http://dutchchillclan.dev-c.nl/music/sylver.mp3" autostart="true" hidden="false" loop="0"></td> <td width="20%"><form name="music"> <select name="links" size="1" onChange="if (this.form.links.options[this.form.links.selectedIndex].value.length!=0) window.open(this.form.links.options[this.form.links.selectedIndex].value,'_self');" style="width:165; font-family:arial; font-size:11; background-color:#5F5B4F; color:#C3B98D; height:18;"> <option>Choose your music</option> <option>========================</option> <option value="sylver.html">Sylver - Livin my life</option> <option value="intheclub.html">50 Cent - In The Club</option> <option value="otherside.html" selected>Red Hot Chili Peppers - Otherside.mp3</option> </select> </form></td> </tr> </table> <br> </body> </html> [/code:1:452314417f] Ik hoop dat iemand er nog wat aan heeft.
Link naar reactie

Om een reactie te plaatsen, moet je eerst inloggen

Gast
Reageer op dit topic

×   Geplakt als verrijkte tekst.   Herstel opmaak

  Er zijn maximaal 75 emoji toegestaan.

×   Je link werd automatisch ingevoegd.   Tonen als normale link

×   Je vorige inhoud werd hersteld.   Leeg de tekstverwerker

×   Je kunt afbeeldingen niet direct plakken. Upload of voeg afbeeldingen vanaf een URL in

×
×
  • Nieuwe aanmaken...