|
|
|
10-12-23
|
조회 917
|
|
|
|
10-12-23
|
조회 892
|
|
|
|
10-12-23
|
조회 764
|
|
|
|
10-12-23
|
조회 1,085
|
|
|
|
10-12-23
|
조회 933
|
|
|
|
10-12-23
|
조회 924
|
|
|
|
10-12-23
|
조회 1,761
|
|
|
|
10-12-23
|
조회 1,191
|
|
|
|
10-12-23
|
조회 1,065
|
|
|
|
10-12-23
|
조회 776
|
|
|
|
10-12-22
|
조회 891
|
|
|
|
10-12-22
|
조회 894
|
|
|
|
10-12-22
|
조회 883
|
|
|
|
10-12-22
|
조회 1,721
|
|
|
|
10-12-22
|
조회 840
|
|
|
|
10-12-22
|
조회 1,123
|
|
|
|
10-12-22
|
조회 876
|
|
|
|
10-12-22
|
조회 989
|
|
|
|
10-12-22
|
조회 1,582
|
|
|
|
10-12-22
|
조회 1,157
|
댓글 2개
// 폼메일 창
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 부분을 원하시는 수치로 변경해보시기 바랍니다.
메리크리스마스~