İşte size bir menü örneği daha
Menü htmlkodcular buraya Gelin
<SCRIPT LANGUAGE="JavaScript"> <!-- function jumpBox(form){ var URL = document.form.site.options[document.form.site.selectedIndex].value; window.location.href = URL; } //--> </SCRIPT> <FORM NAME="form"> <SELECT NAME="site" size=1 onChange="javascript:jumpBox()"> <OPTION VALUE="">Menü <OPTION VALUE="http://www.htmlkodcular.tr.gg">htmlkodcular buraya <OPTION VALUE="http://www.johnoson.tr.gg">Gelin </SELECT> </FORM>