미리보기 소스 입니다.

· 10년 전 · 1361

<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,400
10년 전 조회 1,411
10년 전 조회 1,443
10년 전 조회 1,383
10년 전 조회 1,396
10년 전 조회 1,322
10년 전 조회 1,221
10년 전 조회 1,359
10년 전 조회 1,214
10년 전 조회 1,571
10년 전 조회 1,277
10년 전 조회 1,288
10년 전 조회 1,271
10년 전 조회 1,299
10년 전 조회 1,370
10년 전 조회 1,268
10년 전 조회 1,293
10년 전 조회 1,492
10년 전 조회 1,284
10년 전 조회 1,398
10년 전 조회 1,358
10년 전 조회 1,385
10년 전 조회 1,520
10년 전 조회 1,361
10년 전 조회 1,350
10년 전 조회 1,345
10년 전 조회 1,452
10년 전 조회 1,346
10년 전 조회 1,301
10년 전 조회 1,328
10년 전 조회 1,344
10년 전 조회 1,400
10년 전 조회 1,320
10년 전 조회 1,534
10년 전 조회 1,692
10년 전 조회 1,602
10년 전 조회 1,361
10년 전 조회 1,356
10년 전 조회 1,315
10년 전 조회 1,303
10년 전 조회 1,424
10년 전 조회 1,331
10년 전 조회 1,300
10년 전 조회 1,351
10년 전 조회 1,694
10년 전 조회 2,164
10년 전 조회 1,731
10년 전 조회 1,529
10년 전 조회 1,393
10년 전 조회 1,362
10년 전 조회 1,381
10년 전 조회 1,341
10년 전 조회 1,366
10년 전 조회 1,377
10년 전 조회 1,547
10년 전 조회 1,432
10년 전 조회 2,171
10년 전 조회 1,722
10년 전 조회 1,454
10년 전 조회 1,552
10년 전 조회 1,772
10년 전 조회 1,458
10년 전 조회 1,645
10년 전 조회 1,484
10년 전 조회 1,601
10년 전 조회 1,442
10년 전 조회 1,399
10년 전 조회 1,399
10년 전 조회 1,444
10년 전 조회 1,439
10년 전 조회 1,469
10년 전 조회 1,507
10년 전 조회 1,474
10년 전 조회 1,628
10년 전 조회 1,608
10년 전 조회 1,405
10년 전 조회 1,717
10년 전 조회 2,043
10년 전 조회 1,509
10년 전 조회 1,752
10년 전 조회 1,716
10년 전 조회 1,566
10년 전 조회 1,536
10년 전 조회 1,497
10년 전 조회 1,600
10년 전 조회 1,338
10년 전 조회 1,424
10년 전 조회 1,641
10년 전 조회 1,473
10년 전 조회 1,447
10년 전 조회 1,416
10년 전 조회 1,440
10년 전 조회 1,452
10년 전 조회 1,444
10년 전 조회 1,472
10년 전 조회 1,416
10년 전 조회 1,591
10년 전 조회 1,414
10년 전 조회 1,418
10년 전 조회 1,531