미리보기 소스 입니다.

· 10년 전 · 1441

<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,478
10년 전 조회 1,468
10년 전 조회 1,510
10년 전 조회 1,452
10년 전 조회 1,463
10년 전 조회 1,393
10년 전 조회 1,291
10년 전 조회 1,422
10년 전 조회 1,278
10년 전 조회 1,658
10년 전 조회 1,353
10년 전 조회 1,355
10년 전 조회 1,346
10년 전 조회 1,370
10년 전 조회 1,426
10년 전 조회 1,335
10년 전 조회 1,370
10년 전 조회 1,561
10년 전 조회 1,347
10년 전 조회 1,454
10년 전 조회 1,430
10년 전 조회 1,459
10년 전 조회 1,600
10년 전 조회 1,435
10년 전 조회 1,431
10년 전 조회 1,423
10년 전 조회 1,527
10년 전 조회 1,434
10년 전 조회 1,389
10년 전 조회 1,406
10년 전 조회 1,422
10년 전 조회 1,460
10년 전 조회 1,396
10년 전 조회 1,609
10년 전 조회 1,764
10년 전 조회 1,670
10년 전 조회 1,436
10년 전 조회 1,439
10년 전 조회 1,391
10년 전 조회 1,384
10년 전 조회 1,489
10년 전 조회 1,404
10년 전 조회 1,356
10년 전 조회 1,416
10년 전 조회 1,767
10년 전 조회 2,235
10년 전 조회 1,805
10년 전 조회 1,599
10년 전 조회 1,478
10년 전 조회 1,442
10년 전 조회 1,457
10년 전 조회 1,417
10년 전 조회 1,434
10년 전 조회 1,447
10년 전 조회 1,607
10년 전 조회 1,512
10년 전 조회 2,260
10년 전 조회 1,786
10년 전 조회 1,538
10년 전 조회 1,629
10년 전 조회 1,849
10년 전 조회 1,532
10년 전 조회 1,734
10년 전 조회 1,565
10년 전 조회 1,684
10년 전 조회 1,525
10년 전 조회 1,479
10년 전 조회 1,476
10년 전 조회 1,529
10년 전 조회 1,507
10년 전 조회 1,558
10년 전 조회 1,571
10년 전 조회 1,555
10년 전 조회 1,697
10년 전 조회 1,692
10년 전 조회 1,487
10년 전 조회 1,796
10년 전 조회 2,118
10년 전 조회 1,579
10년 전 조회 1,833
10년 전 조회 1,801
10년 전 조회 1,650
10년 전 조회 1,621
10년 전 조회 1,575
10년 전 조회 1,671
10년 전 조회 1,425
10년 전 조회 1,505
10년 전 조회 1,719
10년 전 조회 1,544
10년 전 조회 1,495
10년 전 조회 1,485
10년 전 조회 1,508
10년 전 조회 1,525
10년 전 조회 1,511
10년 전 조회 1,542
10년 전 조회 1,500
10년 전 조회 1,657
10년 전 조회 1,481
10년 전 조회 1,498
10년 전 조회 1,607