묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
지워도 안없어져요..
2002.12.10 09:53
나모로 홈피를 만드는데요..
소스를 보니까 아래와 같은 자바스크립트가 있길래 삭제해도 계속 생겨서요.
무슨 소스인지도 잘 모르겠는데.. 좀 도와주세요.
어떤건지.. 그래고 지워도지워도 안지워지는 이유를.....
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+'+ '+ ',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
그리고 body안에 onload는 하나밖에 못넣는가요?
두가지 하니까 하나는 안되는것 같던데.. 무슨 다른 이유라도..
소스를 보니까 아래와 같은 자바스크립트가 있길래 삭제해도 계속 생겨서요.
무슨 소스인지도 잘 모르겠는데.. 좀 도와주세요.
어떤건지.. 그래고 지워도지워도 안지워지는 이유를.....
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+'+ '+ ',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
그리고 body안에 onload는 하나밖에 못넣는가요?
두가지 하니까 하나는 안되는것 같던데.. 무슨 다른 이유라도..