window.open("", "POP", "width=600, height=400, scrollbars=yes");
document.form1.action = "팝업주소.jsp";
document.form1.target = "POP"; //괄호안의 팝업창 이름과 동일
document.form1.method = "post";
document.form1.submit();
document.form1.action = "팝업주소.jsp";
document.form1.target = "POP"; //괄호안의 팝업창 이름과 동일
document.form1.method = "post";
document.form1.submit();
'이카루스의 날개 > JSP' 카테고리의 다른 글
body 태그에 onload 쓰지 안는방법 (0) | 2007.08.09 |
---|---|
부모창에 있는 값을 iframe로 넘기기 (0) | 2007.07.10 |
자바 개발자를 위한 AJAX FAQ (0) | 2007.06.25 |
RedHat Linux 7.2 에어 Apache 1.3과 Tomcat 4.1.29 연동 : mod_jk2 (0) | 2007.05.31 |
[웹디자인]자바스크립트/객체(Objects) (0) | 2007.05.29 |
댓글