COMING SOON 🚀

미리보기 소스 입니다.

· 10년 전 · 1270

<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,322
10년 전 조회 1,362
10년 전 조회 1,310
10년 전 조회 1,318
10년 전 조회 1,251
10년 전 조회 1,149
10년 전 조회 1,276
10년 전 조회 1,147
10년 전 조회 1,488
10년 전 조회 1,199
10년 전 조회 1,211
10년 전 조회 1,196
10년 전 조회 1,224
10년 전 조회 1,273
10년 전 조회 1,189
10년 전 조회 1,209
10년 전 조회 1,398
10년 전 조회 1,211
10년 전 조회 1,314
10년 전 조회 1,274
10년 전 조회 1,294
10년 전 조회 1,416
10년 전 조회 1,281
10년 전 조회 1,238
10년 전 조회 1,255
10년 전 조회 1,369
10년 전 조회 1,256
10년 전 조회 1,210
10년 전 조회 1,227
10년 전 조회 1,242
10년 전 조회 1,306
10년 전 조회 1,224
10년 전 조회 1,446
10년 전 조회 1,603
10년 전 조회 1,499
10년 전 조회 1,263
10년 전 조회 1,255
10년 전 조회 1,214
10년 전 조회 1,214
10년 전 조회 1,330
10년 전 조회 1,256
10년 전 조회 1,201
10년 전 조회 1,256
10년 전 조회 1,607
10년 전 조회 2,068
10년 전 조회 1,645
10년 전 조회 1,475
10년 전 조회 1,436
10년 전 조회 1,284
10년 전 조회 1,271
10년 전 조회 1,286
10년 전 조회 1,247
10년 전 조회 1,262
10년 전 조회 1,288
10년 전 조회 1,455
10년 전 조회 1,358
10년 전 조회 2,079
10년 전 조회 1,612
10년 전 조회 1,365
10년 전 조회 1,447
10년 전 조회 1,704
10년 전 조회 1,374
10년 전 조회 1,557
10년 전 조회 1,393
10년 전 조회 1,502
10년 전 조회 1,351
10년 전 조회 1,314
10년 전 조회 1,315
10년 전 조회 1,347
10년 전 조회 1,352
10년 전 조회 1,385
10년 전 조회 1,407
10년 전 조회 1,377
10년 전 조회 1,536
10년 전 조회 1,520
10년 전 조회 1,310
10년 전 조회 1,608
10년 전 조회 1,960
10년 전 조회 1,405
10년 전 조회 1,669
10년 전 조회 1,629
10년 전 조회 1,478
10년 전 조회 1,424
10년 전 조회 1,390
10년 전 조회 1,512
10년 전 조회 1,246
10년 전 조회 1,330
10년 전 조회 1,549
10년 전 조회 1,370
10년 전 조회 1,369
10년 전 조회 1,323
10년 전 조회 1,363
10년 전 조회 1,344
10년 전 조회 1,349
10년 전 조회 1,378
10년 전 조회 1,308
10년 전 조회 1,483
10년 전 조회 1,305
10년 전 조회 1,315
10년 전 조회 1,406