
Alhamdulillah, kalau bermanfaat bagi anda semua.
Copy dan paste kode dibawah ini dan letakkan dimanapun pada web/blog anda asal jangan di depan pintu ya :d
LIVE DEMO
<script language="JavaScript">
<!-- Hide the script from old browsers --
function surfto(form)
{
var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value,"main","menubar=1,toolbar=0,location=0,directories=0,status=1,copyhistory=0,scrollbars=yes,width=1000,height=500");
}
//-->
</script>
<center><form name="myform">
<select name="dest" size=1>
<option value="" />Pilih ...
<option value="https://samhidayat.blogspot.com/" />Info Alya
<option value="https://samhidayat.blogspot.com/p/sitemap.html" />Daftar Isi
<option value="https://samhidayat.blogspot.com/p/disclaimer.html" />Disclaimer
<p>
<input type="BUTTON" value="Klik disini untuk melihat pilihan anda" onclick="surfto(this.form)" />
</p></select></form>
<div style="text-align: right;"></div></center>