var winPop =
window.open('','uservmmessage', "width=500, height=470, resizable=yes");
document.searchFrm.action = "getPopup.do";
document.searchFrm.method = "post";
document.searchFrm.target = winPop.name;
document.searchFrm.submit();
winPop.focus();
winPop.opener = self;
'Tips' 카테고리의 다른 글
mysql - 쿼리에 변수 선언 방법 (0) | 2017.11.30 |
---|---|
현재 위치에서 팝업창 띄우기 (0) | 2017.11.30 |
mysql - timestamp 업데이트 (0) | 2017.11.30 |
javascript - 날짜 차이 계산 함수 (0) | 2017.11.30 |
javascript - replace를 replaceAll 처럼 사용하기 (0) | 2017.11.30 |