미리보기 소스 입니다.

· 10년 전 · 1445

<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,485
10년 전 조회 1,481
10년 전 조회 1,521
10년 전 조회 1,466
10년 전 조회 1,476
10년 전 조회 1,406
10년 전 조회 1,301
10년 전 조회 1,431
10년 전 조회 1,286
10년 전 조회 1,668
10년 전 조회 1,359
10년 전 조회 1,365
10년 전 조회 1,360
10년 전 조회 1,378
10년 전 조회 1,447
10년 전 조회 1,344
10년 전 조회 1,380
10년 전 조회 1,570
10년 전 조회 1,357
10년 전 조회 1,463
10년 전 조회 1,441
10년 전 조회 1,467
10년 전 조회 1,613
10년 전 조회 1,440
10년 전 조회 1,440
10년 전 조회 1,431
10년 전 조회 1,543
10년 전 조회 1,442
10년 전 조회 1,408
10년 전 조회 1,415
10년 전 조회 1,435
10년 전 조회 1,470
10년 전 조회 1,409
10년 전 조회 1,618
10년 전 조회 1,771
10년 전 조회 1,682
10년 전 조회 1,449
10년 전 조회 1,446
10년 전 조회 1,402
10년 전 조회 1,394
10년 전 조회 1,496
10년 전 조회 1,414
10년 전 조회 1,368
10년 전 조회 1,423
10년 전 조회 1,779
10년 전 조회 2,238
10년 전 조회 1,817
10년 전 조회 1,610
10년 전 조회 1,484
10년 전 조회 1,446
10년 전 조회 1,466
10년 전 조회 1,426
10년 전 조회 1,444
10년 전 조회 1,455
10년 전 조회 1,621
10년 전 조회 1,517
10년 전 조회 2,267
10년 전 조회 1,796
10년 전 조회 1,546
10년 전 조회 1,639
10년 전 조회 1,859
10년 전 조회 1,541
10년 전 조회 1,746
10년 전 조회 1,571
10년 전 조회 1,699
10년 전 조회 1,534
10년 전 조회 1,484
10년 전 조회 1,478
10년 전 조회 1,537
10년 전 조회 1,513
10년 전 조회 1,568
10년 전 조회 1,579
10년 전 조회 1,565
10년 전 조회 1,701
10년 전 조회 1,704
10년 전 조회 1,503
10년 전 조회 1,803
10년 전 조회 2,124
10년 전 조회 1,587
10년 전 조회 1,842
10년 전 조회 1,808
10년 전 조회 1,661
10년 전 조회 1,626
10년 전 조회 1,585
10년 전 조회 1,684
10년 전 조회 1,436
10년 전 조회 1,514
10년 전 조회 1,731
10년 전 조회 1,554
10년 전 조회 1,506
10년 전 조회 1,497
10년 전 조회 1,516
10년 전 조회 1,534
10년 전 조회 1,517
10년 전 조회 1,550
10년 전 조회 1,511
10년 전 조회 1,666
10년 전 조회 1,490
10년 전 조회 1,504
10년 전 조회 1,614