본문 바로가기
코딩/웹스퀘어

[웹스퀘어] 새창 팝업 띄우기 스크립트

by Euntori 2022. 12. 14.
반응형

웹스퀘어에서 레이어팝업이 아니라 윈도우 새창팝업을 띄울 때

아래 스크립트를 응용하면 된다.

// 인쇄버튼
 scwin.trigger1_onclick = function(e) {
 	WebSquare.uiplugin.popup.createPopup("popup1", "window", "window popup", "width:1300;height:800;", "false", "true", "/xml/sub/MGM001D00.xml", "", "", ""); 
 };

 

반응형

댓글