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();
}
{
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();
}
'Web > Javascript' 카테고리의 다른 글
이벤트간에 this의 변화 (0) | 2013.09.26 |
---|---|
새창->부모 새창->특정타켓으로 서브및 (0) | 2013.09.26 |
배경색 변경 (0) | 2013.09.26 |
elements (0) | 2013.09.26 |
이벤트 (0) | 2013.09.26 |