['indexskinurl'] ÀÇ sign.php ÆÄÀÏ
L95 >> ¼öÁ¤
------------
function zipcode_view() {
var popupW = 800; // ÆË¾÷ ³ÐÀÌ
var popupH = 400; // ÆË¾÷ ³ôÀÌ
var left = Math.ceil((window.screen.width - popupW)/2);
var top = Math.ceil((window.screen.height - popupH)/2);
window.open('scan_zipcode.php','zipcode','width=' + popupW + ', height=' + popupH + ', left=' + left + ', top=' + top + ', toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no');
}
------------