کد:
<script language="JavaScript">
function CC_go(form) {var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value, target="_parent", "toolbar=yes,scrollbars=yes,location=yes"); }
</script>
<form name="CC_LinkForm">
<select name="dest" SIZE=1>
<option selected value="">انتخاب کنید
<option value="http://www.iranjoman.com/">نام1
<option value="http://www.iranjoman.com/">نام2
<option value="http://www.iranjoman.com">نام3
</select>
<P>
<input type="button" value="کلیک کنید!" onClick="CC_go(this.form)">
</form>
<!--www.iranjoman.com -->