değişiklikleri yapınız sitenize ekleyiniz....
,
<html><head><script language="JavaScript">
<!--
function buildArray() {
var a = buildArray.arguments;
for (i=0; i<a.length; i++) {
this[i] = a[i];
}
this.length = a.length;
}
var urls1 = new buildArray("",
" http://www.mecon68.tr.gg/G.ue.ncel.htm",
" http://www.mecon68.tr.gg/Spor.htm",
" http://www.mecon68.tr.gg/MP3.htm",
" http://www.mecon68.tr.gg/Sohbet.htm",
" http://www.mecon68.tr.gg/Oyunlar.htm");
function go(which, num, win) {
n = which.selectedIndex;
if (n != 0) {
var url = eval("urls" + num + "[n]")
if (win) {
openWindow(url);
} else {
location.href = url;
}
}
}
// -->
</script></head>
<body>
<form name="form1">
<select name="menu1">
<option>Lütfen Seçin
<option>Güncel
<option>Spor
<option>MP3
<option>Sohbet
<option>Oyunlar
</select>
<input type="button" name="goButton" value="GİT" onClick_fckprotectedatt=" onClick="go(this.form.menu1, 1, false)"">
</form></body></html>
|