AHA04910.js 439 B

123456789101112131415161718
  1. /**
  2. * @group :
  3. * @ver : 2008.12.19
  4. * @by : 김두환
  5. * @---------------------------------------------------
  6. * @type : function
  7. * @access : public
  8. * @desc : 건진게시판 팝업화면을 띄우는 함수
  9. * @return : void
  10. * @---------------------------------------------------
  11. */
  12. function zmsfOpenNoticePopup()
  13. {
  14. setParameter("SPAHA04910_row", ""); // 파라미터 초기화
  15. modal("SPAHA04910","","300","100","SPAHA04910", null, null);
  16. }