COMING SOON 🚀

미리보기 소스 입니다.

· 10년 전 · 1263

<SCRIPT language=JavaScript>
<!--
function newin(width,height,url,name,opt) {
var scroll = (opt == "no_scroll") ? "no" : "yes";
msgWindow=window.open(url,name,'statusbar=no,scrollbars='+scroll+',status=no,resizable=yes,width='+width+',height='+height)
 }

function clearField(field){
if (field.value == field.defaultValue) {
field.value = "";
}
}

function checkField(field){
if (field.value == "") {
field.value = field.defaultValue;
}
}

// 하부메뉴 출력(nn4+, ie4+)
function view_menu(sub_id, opt, evt, cmt) {
var plus_left, plus_top;
if(cmt) {
plus_left = 9;
plus_top = 19;
}
else {
plus_left = 0;
plus_top = 0;
}

if(document.all || document.getElementById) {
if(document.all) {
obj = document.all[sub_id];
if(opt == "") {
var x_pos = evt.clientX + document.body.scrollLeft + plus_left;
x_pos = (cmt && (document.body.clientWidth - (x_pos + 420 + plus_left) < 0)) ? (document.body.clientWidth - (420 + plus_left)) : x_pos;
 obj.style.left = x_pos;
obj.style.top = evt.clientY +  document.body.scrollTop + plus_top;
}
}
else {
obj = document.getElementById(sub_id);
if(opt == "") {
var x_pos = evt.clientX + window.scrollX + plus_left;
x_pos = (cmt && (self.innerWidth - (x_pos + 420 + plus_left) < 0)) ?
(document.body.clientWidth - (420 + plus_left)) : x_pos;
obj.style.left = x_pos;
obj.style.top = evt.clientY +  window.scrollY + plus_top;
}
}
obj.style.visibility = "visible";
}
else{
obj = document.layers[sub_id];
obj.visibility = "visible";
if(opt == "") {
obj.left = evt.pageX + plus_left;
obj.top = evt.pageY + plus_top;
}
}
}

// 하부메뉴 숨기기(nn4+, ie4+)
function hide_menu(sub_id) {
if(document.all || document.getElementById) {
if(document.all) {
obj = document.all[sub_id];
}
else {
obj = document.getElementById(sub_id);
}

obj.style.visibility = "hidden";
}
else{
obj = document.layers[sub_id];
obj.visibility = "hidden";
}
}
//-->
</SCRIPT>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,318
10년 전 조회 1,359
10년 전 조회 1,307
10년 전 조회 1,312
10년 전 조회 1,247
10년 전 조회 1,145
10년 전 조회 1,271
10년 전 조회 1,145
10년 전 조회 1,482
10년 전 조회 1,196
10년 전 조회 1,207
10년 전 조회 1,190
10년 전 조회 1,220
10년 전 조회 1,270
10년 전 조회 1,183
10년 전 조회 1,205
10년 전 조회 1,395
10년 전 조회 1,210
10년 전 조회 1,311
10년 전 조회 1,272
10년 전 조회 1,290
10년 전 조회 1,410
10년 전 조회 1,276
10년 전 조회 1,234
10년 전 조회 1,253
10년 전 조회 1,360
10년 전 조회 1,253
10년 전 조회 1,208
10년 전 조회 1,221
10년 전 조회 1,240
10년 전 조회 1,299
10년 전 조회 1,220
10년 전 조회 1,444
10년 전 조회 1,597
10년 전 조회 1,497
10년 전 조회 1,254
10년 전 조회 1,252
10년 전 조회 1,212
10년 전 조회 1,210
10년 전 조회 1,326
10년 전 조회 1,253
10년 전 조회 1,197
10년 전 조회 1,251
10년 전 조회 1,604
10년 전 조회 2,066
10년 전 조회 1,641
10년 전 조회 1,470
10년 전 조회 1,427
10년 전 조회 1,275
10년 전 조회 1,264
10년 전 조회 1,281
10년 전 조회 1,242
10년 전 조회 1,255
10년 전 조회 1,283
10년 전 조회 1,444
10년 전 조회 1,356
10년 전 조회 2,073
10년 전 조회 1,605
10년 전 조회 1,361
10년 전 조회 1,443
10년 전 조회 1,701
10년 전 조회 1,370
10년 전 조회 1,549
10년 전 조회 1,388
10년 전 조회 1,500
10년 전 조회 1,346
10년 전 조회 1,309
10년 전 조회 1,312
10년 전 조회 1,342
10년 전 조회 1,346
10년 전 조회 1,378
10년 전 조회 1,403
10년 전 조회 1,371
10년 전 조회 1,528
10년 전 조회 1,517
10년 전 조회 1,305
10년 전 조회 1,599
10년 전 조회 1,957
10년 전 조회 1,400
10년 전 조회 1,663
10년 전 조회 1,620
10년 전 조회 1,473
10년 전 조회 1,422
10년 전 조회 1,386
10년 전 조회 1,509
10년 전 조회 1,244
10년 전 조회 1,326
10년 전 조회 1,547
10년 전 조회 1,367
10년 전 조회 1,363
10년 전 조회 1,319
10년 전 조회 1,354
10년 전 조회 1,341
10년 전 조회 1,344
10년 전 조회 1,372
10년 전 조회 1,305
10년 전 조회 1,478
10년 전 조회 1,302
10년 전 조회 1,306
10년 전 조회 1,402