웹마스터 팁

<html>
<head>

<title>Com.ne.kr Easy Port Open</title>

</head>

<body oncontextmenu="return false">

<script>
        var hp; //Horizontal Position
        var vp; //Vertical Position
        hp = ( screen.width - 800 ) / 2 + 1;
        vp = ( screen.height - 600 ) / 2 + 1;


document.write("<a href=#hs onclick='window.open("http://ftpregist.www.com.ne.kr/new/ftp_confirm.php?type=0","FTP_Port_Open","width=800,height=600, toolbars=no, left="+hp+", top="+vp+"")'>Com.ne.kr Easy Port Open</a>");
</script>



</body>

</html>