Web/Javascript

새창으로 서브밋

aucd29 2013. 9. 26. 21:29
function submit_auth()
    {
        window.open("","Ucesspay","width=540, height=500, status=yes, help=no, toolbar=no, location=no, menu=no, menubar=no, resizable=no, scrollbars=no");
        document.mainForm.action = "<?php echo $action;?>";
        document.mainForm.target = "<?php echo $target;?>";
        document.mainForm.submit();
    }