|
03) Æ˾÷â È¸é °¡¿îµ¥¿¡ ¶ç¿ì±â
¢º À̺¥Æ®Æ˾÷â °¡¿îµ¥¿¡ ÀÚµ¿¶ç¿ì±â
(À̺¥Æ® Æ˾÷â¿¡ »ðÀÔ)
<html> <head>
<title>..</title> <meta http-equiv="Content-Type"
content="text/html; charset=euc-kr">
<script language="JavaScript">
<!--
function winCentre() {
if (document.layers) {
var sinist = screen.width / 2 - outerWidth / 2;
var toppo = screen.height / 2 - outerHeight / 2;
} else {
var sinist = screen.width / 2 - document.body.offsetWidth
/ 2;
var toppo = -75 + screen.height / 2 - document.body.offsetHeight
/ 2;
}
self.moveTo(sinist, toppo);
}
//-->
</script> </head> <body
onLoad="winCentre()">
</body> </html> |
¢º ºÎ¸ðâ¿¡¼ Ŭ¸¯Çϸé Æ˾÷â °¡¿îµ¥¿¡ ¶ç¿ì±â
(ºÎ¸ðâ¿¡ »ðÀÔ)
<html> <head>
<title></title> <head>
<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+',
resizable'
win = window.open(mypage,myname,settings)
}
//-->
</script> <body>
<a href="Æ˾÷âÆÄÀÏ" onclick="NewWindow(this,'name','100','100','yes');return
false">
¸µÅ©</a> </body>
</html> |
|
|
|
|