 |
|
|
 | |  | |
|
|
Å׵θ® ¾ø´Â »õâ¶ç¿ì±â |
|
|
°ü¸®ÀÚ
|
05-02-01 12:00
|
|
|
|
|
|
<html>
<head>
<!--Å׵θ® ¾ø´Â »õâ¶ç¿ì±â ½ºÅ©¸³Æ® ½ÃÀÛ-->
<script language="JavaScript">
<!--
var windowW = 390 // âÀÇ ³Êºñ
var windowH = 390 // âÀÇ ³ôÀÌ
var windowX = 260 // È¸é ¿ÞÂÊÀ¸·Î ºÎÅÍÀÇ À§Ä¡
var windowY = 200 // ȸé À§ÂÊÀ¸·Î ºÎÅÍÀÇ À§Ä¡
var path = "¹®¼°æ·Î" // »õâÀ¸·Î ¿¸± ¹®¼ÀÇ °æ·Î
var title = "»õâ ŸÀÌÆ²" // »õâ ŸÀÌÆ²
var autoclose = true // autoclose °ªÀÌ false ÀÏ °æ¿ì ºÎ¸ðâÀ» ´Ý¾Æµµ ´ÝÈ÷Áö ¾ÊÀ½.
// â´ÝÀ» ¶§ alt+f4 »ç¿ë
s = "width="+windowW+",height="+windowH;
var beIE = document.all?true:false
function noBorderPop() {
if (beIE) {
WIN = window.open("","myPopup","fullscreen,"+s);
WIN.blur();
window.focus();
WIN.resizeTo(windowW,windowH);
WIN.moveTo(windowX,windowY);
var frameString=""+
"<html>"+
"<head>"+
"<title>"+title+"</title>"+
"</head>"+
"<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
"<frame name='top' src='"+path+"' scrolling=auto>"+
"<frame name='bottom' src='about:blank' scrolling='no'>"+
"</frameset>"+
"</html>";
WIN.document.open();
WIN.document.write(frameString);
WIN.document.close();
}
else {
WIN = window.open(path,"myPopup","scrollbars,"+s);
WIN.blur();
window.focus();
WIN.resizeTo(windowW,windowH);
WIN.moveTo(windowX,windowY);
}
WIN.focus();
if (autoclose) {
window.onunload = function(){WIN.close();}
}
}
//-->
</script>
<!--Å׵θ® ¾ø´Â »õâ¶ç¿ì±â ½ºÅ©¸³Æ® ³¡-->
</head>
<body onLoad="top.window.focus()">
<a href="javascript:noBorderPop()">°øÁö»çÇ×</a></body>
</html>
Ãâó : http://www.sourcenara.com/SourcenaraScript/window/25/25.htm
|
|
 |
| | |  | |  |
|
|
|
|
|
|