<HEAD> <SCRIPT Language="Javascript"> <!-- °¨Ãã function winsize(){ if(document.all) { str='Explorer ³Êºñ(document.body.clientWidth)=['+document.body.clientWidth+']<BR>'; str+='Explorer ³ôÀÌ(document.body.clientHeight)=['+document.body.clientHeight+']<BR>'; str+='Explorer ³Êºñ(screen.width)=['+screen.width+']<BR>'; str+='Explorer ³ôÀÌ(screen.height)=['+screen.height+']<BR>'; self.resizeTo(screen.width,screen.height); } else if(document.layers) { str='Netscape ³Êºñ(window.innerWidth)=['+window.innerWidth+']<BR>'; str+='Netscape ³ôÀÌ(window.innerHeight)=['+window.innerHeight+']<BR>'; } else alert('unknown') showA.innerHTML=str; } function newwin() { winObj=self.open(self.location,'_blank','left=0,top=0,width=100,height=200'); W=screen.width; H=screen.height; winObj.moveTo(0,0); // Window À§Ä¡(½ÃÀÛÁ¡ x,y) winObj.resizeTo(W,H); } // °¨Ãã ³¡ --> </SCRIPT> </HEAD> <BODY> <DIV style=color:teal>winObj.resizeTo(x,y);<BR> winObj.moveTo(x,y)</DIV> <DIV id=showA></DIV> <P align=center><A href="javascript:newwin()">âÀ» ÃÖ´ë·Î ¿±â</A> <A href="javascript:winsize()">â Å©±â º¸±â</A></P> <SCRIPT> if (self.location==top.location) document.write('<P align=center><A href="javascript:self.close()">ÀÌ⠴ݱâ</A></P>') else document.write('<P align=center><A href="javascript:history.back()">ÀÌÀü ÆäÀÌÁö·Î</A></P>') </SCRIPT>