폼메일 창 크기 조절 정보
폼메일 창 크기 조절본문
사이드메뉴에서 메일보내기 클릭하면 나오는 폼메일 창 크기를 조절 하고 싶은데 어디를 손봐야 할까요?
댓글 전체
/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 부분을 원하시는 수치로 변경해보시기 바랍니다.
// 폼메일 창
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 부분을 원하시는 수치로 변경해보시기 바랍니다.
감사합니다.~~^^
메리크리스마스~
메리크리스마스~