<HTML>
<HEAD>
<TITLE></TITLE>

</HEAD>

<BODY>
<font size=-1 face=돋움>
<form name="suldo">
<select  name="example" onChange="gothere()" size=1>
<option value="none" selected>--- 메뉴 선택 ---</option>    
<option value="http://oxtag.com/html/marquee.html">마퀴태그</option>
    <option value="http://oxtag.com/html/marquee.html">마퀴태그</option>
  </select>  <br>
  <input type="checkbox" name="windowoption" value="ON">체크하면 새창으로 열립니다.</p>
</form>

체크박스를 선택하고 해보시고 그 반대로 체크박스를 선택하지 말고 접속해보세요.

<script language="javascript">
<!--

function gothere(){
var thebox=document.suldo
if (thebox.windowoption.checked){
if (!window.newwindow)
newwindow=window.open("")
newwindow.location=
thebox.example.options[thebox.example.selectedIndex].value
}
else
location=
thebox.example.options[thebox.example.selectedIndex].value
}
//-->
</script>
</font>
</BODY>
</HTML>
Posted by 알 수 없는 사용자
,