미리보기 소스 입니다.

· 10년 전 · 1427

<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,465
10년 전 조회 1,455
10년 전 조회 1,497
10년 전 조회 1,443
10년 전 조회 1,448
10년 전 조회 1,380
10년 전 조회 1,276
10년 전 조회 1,410
10년 전 조회 1,261
10년 전 조회 1,643
10년 전 조회 1,341
10년 전 조회 1,338
10년 전 조회 1,330
10년 전 조회 1,356
10년 전 조회 1,415
10년 전 조회 1,323
10년 전 조회 1,354
10년 전 조회 1,549
10년 전 조회 1,335
10년 전 조회 1,442
10년 전 조회 1,418
10년 전 조회 1,441
10년 전 조회 1,585
10년 전 조회 1,422
10년 전 조회 1,422
10년 전 조회 1,407
10년 전 조회 1,515
10년 전 조회 1,420
10년 전 조회 1,372
10년 전 조회 1,387
10년 전 조회 1,408
10년 전 조회 1,453
10년 전 조회 1,385
10년 전 조회 1,596
10년 전 조회 1,751
10년 전 조회 1,659
10년 전 조회 1,425
10년 전 조회 1,424
10년 전 조회 1,379
10년 전 조회 1,371
10년 전 조회 1,477
10년 전 조회 1,393
10년 전 조회 1,343
10년 전 조회 1,411
10년 전 조회 1,753
10년 전 조회 2,223
10년 전 조회 1,783
10년 전 조회 1,581
10년 전 조회 1,458
10년 전 조회 1,428
10년 전 조회 1,442
10년 전 조회 1,404
10년 전 조회 1,420
10년 전 조회 1,436
10년 전 조회 1,603
10년 전 조회 1,499
10년 전 조회 2,240
10년 전 조회 1,778
10년 전 조회 1,521
10년 전 조회 1,611
10년 전 조회 1,838
10년 전 조회 1,510
10년 전 조회 1,719
10년 전 조회 1,552
10년 전 조회 1,671
10년 전 조회 1,510
10년 전 조회 1,465
10년 전 조회 1,462
10년 전 조회 1,513
10년 전 조회 1,494
10년 전 조회 1,544
10년 전 조회 1,560
10년 전 조회 1,539
10년 전 조회 1,681
10년 전 조회 1,683
10년 전 조회 1,474
10년 전 조회 1,785
10년 전 조회 2,107
10년 전 조회 1,566
10년 전 조회 1,818
10년 전 조회 1,789
10년 전 조회 1,634
10년 전 조회 1,608
10년 전 조회 1,551
10년 전 조회 1,660
10년 전 조회 1,413
10년 전 조회 1,489
10년 전 조회 1,706
10년 전 조회 1,525
10년 전 조회 1,487
10년 전 조회 1,475
10년 전 조회 1,495
10년 전 조회 1,512
10년 전 조회 1,497
10년 전 조회 1,528
10년 전 조회 1,484
10년 전 조회 1,649
10년 전 조회 1,468
10년 전 조회 1,487
10년 전 조회 1,594