123456789101112131415161718 |
- /**
- * @group :
- * @ver : 2008.12.19
- * @by : 김두환
- * @---------------------------------------------------
- * @type : function
- * @access : public
- * @desc : 건진게시판 팝업화면을 띄우는 함수
- * @return : void
- * @---------------------------------------------------
- */
- function zmsfOpenNoticePopup()
- {
- setParameter("SPAHA04910_row", ""); // 파라미터 초기화
- modal("SPAHA04910","","300","100","SPAHA04910", null, null);
- }
|