|
|
|
14년 전
|
조회 1,570
|
|
|
|
14년 전
|
조회 1,056
|
|
|
|
14년 전
|
조회 1,201
|
|
|
|
14년 전
|
조회 1,178
|
|
|
씨네울프
|
14년 전
|
조회 1,747
|
|
|
|
14년 전
|
조회 1,561
|
|
|
|
14년 전
|
조회 1,128
|
|
|
|
14년 전
|
조회 1,209
|
|
|
|
14년 전
|
조회 1,209
|
|
|
|
14년 전
|
조회 1,039
|
|
|
|
14년 전
|
조회 1,079
|
|
|
|
14년 전
|
조회 1,624
|
|
|
|
14년 전
|
조회 983
|
|
|
|
14년 전
|
조회 997
|
|
|
|
14년 전
|
조회 1,737
|
|
|
|
14년 전
|
조회 3,518
|
|
|
|
14년 전
|
조회 1,763
|
|
|
|
14년 전
|
조회 1,839
|
|
|
|
14년 전
|
조회 1,023
|
|
|
|
14년 전
|
조회 1,555
|
댓글 2개
function win_memo(url, mb_id, domain)
{
if (!url)
url = g4_path + "/" + g4_bbs + "/memo.php";
//win_open(url, "winMemo", "left=50,top=50,width=1024,height=460,scrollbars=1");
if (domain)
domain = domain.replace(/(\.|\-)/g,"_");
else
domain = "domain";
var memo_name = "WinMemo_" + mb_id + "_" + domain;
win_open(url, memo_name, "left=50,top=50,width=1024,height=460,scrollbars=1");
}
width를 수정해도 않되네요?????
다른곳에 또 있나요..?