<script language="JavaScript">
<!--
function go() {
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
}
}
//-->
</script><script
language="JavaScript"><!--
document.write('<form name="selecter"><select name="select1" size="1">');
document.write('<option value="none">Seçiminizi yapınız');
document.write('<option value="none">_______________');
document.write('<option value="http://www.gezmez.cjb.com.tr">PC kimim Online');
document.write('<option value="http://www.kimim.com">kimim Online');
document.write('</select>');
document.write('<INPUT TYPE="button" VALUE="Go To Page" onclick="go()">');
document.write('</form>');
// --></script>
|