폼메일 창 크기 조절 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

폼메일 창 크기 조절 정보

폼메일 창 크기 조절

본문

사이드메뉴에서 메일보내기 클릭하면 나오는 폼메일 창 크기를 조절 하고 싶은데 어디를 손봐야 할까요?
  • 복사

댓글 전체

/js/common.js 파일 열어보시면 340줄 정도에 아래와 같은 부분이 있습니다.

// 폼메일 창
    function win_formmail(mb_id, name, email)
    {
if (g4_charset.toLowerCase() == 'euc-kr')
        win_open(g4_path+"/" + g4_bbs + "/formmail.php?mb_id="+mb_id+"&name="+name+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=500, scrollbars=0");
else
        win_open(g4_path+"/" + g4_bbs + "/formmail.php?mb_id="+mb_id+"&name="+encodeURIComponent(name)+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=480, scrollbars=0");
    }

여기에서 width와 height 부분을 원하시는 수치로 변경해보시기 바랍니다.
© SIRSOFT
현재 페이지 제일 처음으로