미리보기 소스 입니다.

· 10년 전 · 1336

<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,381
10년 전 조회 1,391
10년 전 조회 1,430
10년 전 조회 1,365
10년 전 조회 1,376
10년 전 조회 1,302
10년 전 조회 1,202
10년 전 조회 1,334
10년 전 조회 1,190
10년 전 조회 1,553
10년 전 조회 1,260
10년 전 조회 1,269
10년 전 조회 1,261
10년 전 조회 1,282
10년 전 조회 1,352
10년 전 조회 1,250
10년 전 조회 1,270
10년 전 조회 1,473
10년 전 조회 1,264
10년 전 조회 1,378
10년 전 조회 1,342
10년 전 조회 1,367
10년 전 조회 1,497
10년 전 조회 1,339
10년 전 조회 1,319
10년 전 조회 1,322
10년 전 조회 1,437
10년 전 조회 1,318
10년 전 조회 1,281
10년 전 조회 1,315
10년 전 조회 1,326
10년 전 조회 1,376
10년 전 조회 1,298
10년 전 조회 1,520
10년 전 조회 1,666
10년 전 조회 1,578
10년 전 조회 1,333
10년 전 조회 1,327
10년 전 조회 1,293
10년 전 조회 1,277
10년 전 조회 1,400
10년 전 조회 1,316
10년 전 조회 1,279
10년 전 조회 1,329
10년 전 조회 1,666
10년 전 조회 2,141
10년 전 조회 1,713
10년 전 조회 1,506
10년 전 조회 1,367
10년 전 조회 1,337
10년 전 조회 1,358
10년 전 조회 1,316
10년 전 조회 1,339
10년 전 조회 1,357
10년 전 조회 1,528
10년 전 조회 1,413
10년 전 조회 2,153
10년 전 조회 1,686
10년 전 조회 1,435
10년 전 조회 1,519
10년 전 조회 1,749
10년 전 조회 1,439
10년 전 조회 1,623
10년 전 조회 1,455
10년 전 조회 1,569
10년 전 조회 1,413
10년 전 조회 1,370
10년 전 조회 1,381
10년 전 조회 1,422
10년 전 조회 1,421
10년 전 조회 1,448
10년 전 조회 1,486
10년 전 조회 1,447
10년 전 조회 1,607
10년 전 조회 1,583
10년 전 조회 1,384
10년 전 조회 1,690
10년 전 조회 2,022
10년 전 조회 1,488
10년 전 조회 1,731
10년 전 조회 1,692
10년 전 조회 1,548
10년 전 조회 1,511
10년 전 조회 1,481
10년 전 조회 1,574
10년 전 조회 1,319
10년 전 조회 1,405
10년 전 조회 1,623
10년 전 조회 1,451
10년 전 조회 1,432
10년 전 조회 1,393
10년 전 조회 1,422
10년 전 조회 1,428
10년 전 조회 1,424
10년 전 조회 1,455
10년 전 조회 1,402
10년 전 조회 1,565
10년 전 조회 1,394
10년 전 조회 1,400
10년 전 조회 1,498