미리보기 소스 입니다.

· 10년 전 · 1461

<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,501
10년 전 조회 1,500
10년 전 조회 1,543
10년 전 조회 1,472
10년 전 조회 1,497
10년 전 조회 1,419
10년 전 조회 1,318
10년 전 조회 1,447
10년 전 조회 1,309
10년 전 조회 1,687
10년 전 조회 1,378
10년 전 조회 1,386
10년 전 조회 1,372
10년 전 조회 1,391
10년 전 조회 1,459
10년 전 조회 1,359
10년 전 조회 1,396
10년 전 조회 1,581
10년 전 조회 1,372
10년 전 조회 1,477
10년 전 조회 1,455
10년 전 조회 1,481
10년 전 조회 1,627
10년 전 조회 1,464
10년 전 조회 1,468
10년 전 조회 1,443
10년 전 조회 1,555
10년 전 조회 1,462
10년 전 조회 1,423
10년 전 조회 1,425
10년 전 조회 1,447
10년 전 조회 1,488
10년 전 조회 1,426
10년 전 조회 1,625
10년 전 조회 1,782
10년 전 조회 1,696
10년 전 조회 1,463
10년 전 조회 1,455
10년 전 조회 1,425
10년 전 조회 1,408
10년 전 조회 1,503
10년 전 조회 1,428
10년 전 조회 1,376
10년 전 조회 1,439
10년 전 조회 1,785
10년 전 조회 2,251
10년 전 조회 1,824
10년 전 조회 1,620
10년 전 조회 1,497
10년 전 조회 1,462
10년 전 조회 1,480
10년 전 조회 1,439
10년 전 조회 1,454
10년 전 조회 1,462
10년 전 조회 1,630
10년 전 조회 1,533
10년 전 조회 2,282
10년 전 조회 1,804
10년 전 조회 1,556
10년 전 조회 1,649
10년 전 조회 1,867
10년 전 조회 1,550
10년 전 조회 1,760
10년 전 조회 1,590
10년 전 조회 1,713
10년 전 조회 1,548
10년 전 조회 1,497
10년 전 조회 1,496
10년 전 조회 1,557
10년 전 조회 1,527
10년 전 조회 1,577
10년 전 조회 1,588
10년 전 조회 1,575
10년 전 조회 1,721
10년 전 조회 1,723
10년 전 조회 1,520
10년 전 조회 1,812
10년 전 조회 2,138
10년 전 조회 1,605
10년 전 조회 1,858
10년 전 조회 1,821
10년 전 조회 1,674
10년 전 조회 1,641
10년 전 조회 1,598
10년 전 조회 1,698
10년 전 조회 1,447
10년 전 조회 1,526
10년 전 조회 1,744
10년 전 조회 1,563
10년 전 조회 1,520
10년 전 조회 1,507
10년 전 조회 1,532
10년 전 조회 1,546
10년 전 조회 1,534
10년 전 조회 1,568
10년 전 조회 1,521
10년 전 조회 1,694
10년 전 조회 1,497
10년 전 조회 1,519
10년 전 조회 1,632