카테고리 없음
test
knoen
2014. 1. 1. 12:28
<html>
<head>
<script type="text/javascript">
function open_win(){
window.open("http://blog.naver.com/seilius","바보상자 블로그",
"width=400,height=300,scrollbars=yes,resizeable=no,left=450,top=150");
}
</script>
</head>
<body>
<input type="button" value="Open Window" onclick="open_win()">
</body>
</html>