묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
질문 하나더!!
2007.09.21 22:41
외부페이지에서 자바스크립트를 사용하는방법은 없을까요?
현재 제로님이 자바스크립트는 막아놓으셨다구 하셨어요 ;;
<script language="javascript">
<!--
document.write('<st'+'yle>');
document.write('.cnj_input {background-color:rgb(240,240,240);border-width:1pt; height:16pt;cursor:hand;}');
document.write('</st'+'yle>');
function linkGo(){
var f = document.cnjform;
var url = f.menu.options[f.menu.selectedIndex].value;
location.href = url;
}
//-->
</script>
<form name="cnjform">
<select name="menu" class='wiz_sel1' >
<option value="http://www.google.co.kr">구글</option>
</select>
<input type="button" value="확 인" class="cnj_input" onClick="linkGo()">
대충 이런소스인데 ;;
사용이 안되네요