묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이 소스..왜 안됩니까..새창띄우기입니다. 이것만 본지 한시간 넘어갑니다..
2002.03.05 11:44
<html>
<head>
<title>영남대학교 한결 국어국문학과 사진모음</title>
<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>
</head>
<body>
<table width=100% height=100%>
<tr><td align=center>
<a href=# onclick="javascript:window.open('./02-03-04.html','new_WIN','width=350,
height=250, left=0, top=0, location=no, toolbar=no, menubar=no,
scrollbars=no, resizable=no, status=no')"><img src=ekorea.gif border=0></a>
</td></tr>
</table>
</body>
</html>
<head>
<title>영남대학교 한결 국어국문학과 사진모음</title>
<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>
</head>
<body>
<table width=100% height=100%>
<tr><td align=center>
<a href=# onclick="javascript:window.open('./02-03-04.html','new_WIN','width=350,
height=250, left=0, top=0, location=no, toolbar=no, menubar=no,
scrollbars=no, resizable=no, status=no')"><img src=ekorea.gif border=0></a>
</td></tr>
</table>
</body>
</html>
댓글 4
-
starry
2002.03.05 12:06
onclick="window.open('~~~~어쩌구... 이렇게 javascript: 요걸빼는겁니다..^^ -
라인
2002.03.05 12:09
<html>
<head>
<title>영남대학교 한결 국어국문학과 사진모음</title>
<script language="javascript">
<!--
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',noresizable'+ '+ '
win = window.open(mypage,myname,settings)
}
//-->
</script>
</head>
<body>
<table width=100% height=100%>
<tr><td align=center>
<a href="/02-03-04.html" onclick="NewWindow(this.href,'name','350','250','yes');return false" onfocus="this.blur()">
<img src=ekorea.gif border=0></a>
</td></tr>
</table>
</body>
</html>
이렇게 해보심이 -
Xynex:)
2002.03.05 13:38
라인님 방법..되는군요;
감사합니다. 감사합니다.
(__)
그리고 starry님..
님 전..저 방법이 안되던걸요;
왜 그런진 잘 모르겠네요;;
감사합니다 답변 남겨주셔서요 ^^ -
이은미
2002.09.26 17:35
된다..라인님 감사..