미리보기 소스 입니다.

· 10년 전 · 1366

<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,403
10년 전 조회 1,414
10년 전 조회 1,447
10년 전 조회 1,385
10년 전 조회 1,396
10년 전 조회 1,322
10년 전 조회 1,224
10년 전 조회 1,362
10년 전 조회 1,217
10년 전 조회 1,578
10년 전 조회 1,281
10년 전 조회 1,290
10년 전 조회 1,274
10년 전 조회 1,302
10년 전 조회 1,371
10년 전 조회 1,269
10년 전 조회 1,295
10년 전 조회 1,494
10년 전 조회 1,287
10년 전 조회 1,401
10년 전 조회 1,360
10년 전 조회 1,389
10년 전 조회 1,525
10년 전 조회 1,364
10년 전 조회 1,352
10년 전 조회 1,352
10년 전 조회 1,454
10년 전 조회 1,348
10년 전 조회 1,306
10년 전 조회 1,331
10년 전 조회 1,349
10년 전 조회 1,402
10년 전 조회 1,321
10년 전 조회 1,537
10년 전 조회 1,693
10년 전 조회 1,607
10년 전 조회 1,363
10년 전 조회 1,360
10년 전 조회 1,317
10년 전 조회 1,306
10년 전 조회 1,426
10년 전 조회 1,333
10년 전 조회 1,303
10년 전 조회 1,352
10년 전 조회 1,695
10년 전 조회 2,168
10년 전 조회 1,734
10년 전 조회 1,531
10년 전 조회 1,396
10년 전 조회 1,367
10년 전 조회 1,385
10년 전 조회 1,344
10년 전 조회 1,369
10년 전 조회 1,378
10년 전 조회 1,551
10년 전 조회 1,435
10년 전 조회 2,174
10년 전 조회 1,725
10년 전 조회 1,456
10년 전 조회 1,555
10년 전 조회 1,775
10년 전 조회 1,461
10년 전 조회 1,650
10년 전 조회 1,489
10년 전 조회 1,604
10년 전 조회 1,444
10년 전 조회 1,401
10년 전 조회 1,403
10년 전 조회 1,446
10년 전 조회 1,440
10년 전 조회 1,473
10년 전 조회 1,510
10년 전 조회 1,475
10년 전 조회 1,630
10년 전 조회 1,613
10년 전 조회 1,407
10년 전 조회 1,723
10년 전 조회 2,047
10년 전 조회 1,511
10년 전 조회 1,756
10년 전 조회 1,723
10년 전 조회 1,568
10년 전 조회 1,543
10년 전 조회 1,502
10년 전 조회 1,603
10년 전 조회 1,341
10년 전 조회 1,428
10년 전 조회 1,645
10년 전 조회 1,473
10년 전 조회 1,449
10년 전 조회 1,420
10년 전 조회 1,441
10년 전 조회 1,458
10년 전 조회 1,447
10년 전 조회 1,474
10년 전 조회 1,417
10년 전 조회 1,592
10년 전 조회 1,417
10년 전 조회 1,420
10년 전 조회 1,533