사진 1(div 팝업)
그림 2(여러 팝업)
생성자:
var DivWindow= function(popup/*가장 바깥쪽 div id*/,popup_drag/*drag div id*/,popup_exit/*종료 버튼 id*/,exitButton/*트리거 서버 측 종료 버튼 id*/ ,varwidth,varheight,zindex){
this.popup =popup ;
this.height =varheight ; //창 높이는 창 높이와 너비를 설정하는 데 사용되지 않지만 화면 위치를 지정하는 데 사용됩니다.
this.width =varwidth; //창 너비
this.exitButton=exitButton;
this.zindex=zindex; / 초기화 창
this.popupShow();
this.startDrag(); //드래그 설정
this.setCommond(); //닫기 설정
document.getElementById (this.popup)); //배열에 저장 창
};
호출:
코드 복사
예, 이게 좀 이상하다고 생각할 수도 있습니다. 이유는 묻지 마세요. 제가 필요해서 시간이 나면 마스킹 효과를 수정하겠습니다. 자세한 코드는
전체 코드
다운로드를 참조하세요.