미리보기 소스 입니다.

· 10년 전 · 1477

<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,510
10년 전 조회 1,510
10년 전 조회 1,565
10년 전 조회 1,486
10년 전 조회 1,509
10년 전 조회 1,425
10년 전 조회 1,332
10년 전 조회 1,459
10년 전 조회 1,325
10년 전 조회 1,701
10년 전 조회 1,391
10년 전 조회 1,397
10년 전 조회 1,387
10년 전 조회 1,409
10년 전 조회 1,472
10년 전 조회 1,377
10년 전 조회 1,413
10년 전 조회 1,596
10년 전 조회 1,380
10년 전 조회 1,490
10년 전 조회 1,473
10년 전 조회 1,491
10년 전 조회 1,640
10년 전 조회 1,480
10년 전 조회 1,488
10년 전 조회 1,458
10년 전 조회 1,571
10년 전 조회 1,471
10년 전 조회 1,443
10년 전 조회 1,443
10년 전 조회 1,465
10년 전 조회 1,506
10년 전 조회 1,445
10년 전 조회 1,634
10년 전 조회 1,793
10년 전 조회 1,713
10년 전 조회 1,482
10년 전 조회 1,482
10년 전 조회 1,436
10년 전 조회 1,431
10년 전 조회 1,521
10년 전 조회 1,439
10년 전 조회 1,392
10년 전 조회 1,454
10년 전 조회 1,797
10년 전 조회 2,265
10년 전 조회 1,835
10년 전 조회 1,636
10년 전 조회 1,510
10년 전 조회 1,478
10년 전 조회 1,491
10년 전 조회 1,458
10년 전 조회 1,473
10년 전 조회 1,478
10년 전 조회 1,643
10년 전 조회 1,544
10년 전 조회 2,296
10년 전 조회 1,817
10년 전 조회 1,568
10년 전 조회 1,672
10년 전 조회 1,886
10년 전 조회 1,568
10년 전 조회 1,776
10년 전 조회 1,608
10년 전 조회 1,733
10년 전 조회 1,567
10년 전 조회 1,519
10년 전 조회 1,510
10년 전 조회 1,569
10년 전 조회 1,541
10년 전 조회 1,600
10년 전 조회 1,600
10년 전 조회 1,588
10년 전 조회 1,733
10년 전 조회 1,743
10년 전 조회 1,536
10년 전 조회 1,831
10년 전 조회 2,159
10년 전 조회 1,624
10년 전 조회 1,871
10년 전 조회 1,840
10년 전 조회 1,693
10년 전 조회 1,666
10년 전 조회 1,615
10년 전 조회 1,717
10년 전 조회 1,463
10년 전 조회 1,546
10년 전 조회 1,764
10년 전 조회 1,581
10년 전 조회 1,540
10년 전 조회 1,532
10년 전 조회 1,547
10년 전 조회 1,576
10년 전 조회 1,553
10년 전 조회 1,591
10년 전 조회 1,540
10년 전 조회 1,708
10년 전 조회 1,508
10년 전 조회 1,536
10년 전 조회 1,651