• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Duyuru

Gizle
No announcement yet.

Dropdown (açılır) link menüsü - DHTML

Gizle
X
 
  • Filtrele
  • Zaman
  • Göster
Hepsini Sil
new posts

  • Dropdown (açılır) link menüsü - DHTML

    Dropdown (açılır) link menüsü - DHTML




    HTML-Kodu:
    <form name="deneme">
    <select name="surf" onChange="location=document.deneme.surf.options
    
    [document.deneme.surf.selectedIndex].value;" value="GO">
    <option selected>Herhangi Bİr Link Seciniz</option>
    <option value="http://www.mach1digital.com">Mach1 Digital Community</option>
    <option value="http://www.google.com">Google</option>
    <option value="http://www.yahoo.com">Yahoo</option>
    </select>
    </form>
Hazırlanıyor...
X