미리보기 소스 입니다.

· 10년 전 · 1390

<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,421
10년 전 조회 1,426
10년 전 조회 1,453
10년 전 조회 1,406
10년 전 조회 1,407
10년 전 조회 1,337
10년 전 조회 1,239
10년 전 조회 1,376
10년 전 조회 1,228
10년 전 조회 1,597
10년 전 조회 1,298
10년 전 조회 1,307
10년 전 조회 1,285
10년 전 조회 1,317
10년 전 조회 1,384
10년 전 조회 1,285
10년 전 조회 1,306
10년 전 조회 1,508
10년 전 조회 1,300
10년 전 조회 1,414
10년 전 조회 1,382
10년 전 조회 1,405
10년 전 조회 1,546
10년 전 조회 1,382
10년 전 조회 1,372
10년 전 조회 1,369
10년 전 조회 1,473
10년 전 조회 1,370
10년 전 조회 1,329
10년 전 조회 1,344
10년 전 조회 1,360
10년 전 조회 1,419
10년 전 조회 1,342
10년 전 조회 1,556
10년 전 조회 1,710
10년 전 조회 1,623
10년 전 조회 1,376
10년 전 조회 1,376
10년 전 조회 1,339
10년 전 조회 1,321
10년 전 조회 1,438
10년 전 조회 1,352
10년 전 조회 1,313
10년 전 조회 1,377
10년 전 조회 1,712
10년 전 조회 2,184
10년 전 조회 1,748
10년 전 조회 1,549
10년 전 조회 1,419
10년 전 조회 1,391
10년 전 조회 1,409
10년 전 조회 1,366
10년 전 조회 1,380
10년 전 조회 1,401
10년 전 조회 1,573
10년 전 조회 1,454
10년 전 조회 2,189
10년 전 조회 1,745
10년 전 조회 1,474
10년 전 조회 1,574
10년 전 조회 1,797
10년 전 조회 1,479
10년 전 조회 1,676
10년 전 조회 1,509
10년 전 조회 1,625
10년 전 조회 1,463
10년 전 조회 1,426
10년 전 조회 1,421
10년 전 조회 1,471
10년 전 조회 1,461
10년 전 조회 1,495
10년 전 조회 1,525
10년 전 조회 1,493
10년 전 조회 1,642
10년 전 조회 1,629
10년 전 조회 1,430
10년 전 조회 1,740
10년 전 조회 2,067
10년 전 조회 1,530
10년 전 조회 1,778
10년 전 조회 1,748
10년 전 조회 1,587
10년 전 조회 1,571
10년 전 조회 1,523
10년 전 조회 1,622
10년 전 조회 1,370
10년 전 조회 1,450
10년 전 조회 1,665
10년 전 조회 1,489
10년 전 조회 1,461
10년 전 조회 1,437
10년 전 조회 1,463
10년 전 조회 1,477
10년 전 조회 1,469
10년 전 조회 1,488
10년 전 조회 1,440
10년 전 조회 1,609
10년 전 조회 1,441
10년 전 조회 1,448
10년 전 조회 1,559