미리보기 소스 입니다.

· 10년 전 · 1351

<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,396
10년 전 조회 1,405
10년 전 조회 1,437
10년 전 조회 1,382
10년 전 조회 1,387
10년 전 조회 1,312
10년 전 조회 1,213
10년 전 조회 1,353
10년 전 조회 1,208
10년 전 조회 1,562
10년 전 조회 1,273
10년 전 조회 1,281
10년 전 조회 1,268
10년 전 조회 1,292
10년 전 조회 1,360
10년 전 조회 1,264
10년 전 조회 1,286
10년 전 조회 1,484
10년 전 조회 1,278
10년 전 조회 1,387
10년 전 조회 1,355
10년 전 조회 1,380
10년 전 조회 1,512
10년 전 조회 1,356
10년 전 조회 1,347
10년 전 조회 1,336
10년 전 조회 1,445
10년 전 조회 1,338
10년 전 조회 1,295
10년 전 조회 1,324
10년 전 조회 1,338
10년 전 조회 1,389
10년 전 조회 1,314
10년 전 조회 1,530
10년 전 조회 1,685
10년 전 조회 1,592
10년 전 조회 1,348
10년 전 조회 1,347
10년 전 조회 1,311
10년 전 조회 1,295
10년 전 조회 1,416
10년 전 조회 1,326
10년 전 조회 1,289
10년 전 조회 1,341
10년 전 조회 1,685
10년 전 조회 2,157
10년 전 조회 1,724
10년 전 조회 1,521
10년 전 조회 1,382
10년 전 조회 1,352
10년 전 조회 1,377
10년 전 조회 1,334
10년 전 조회 1,355
10년 전 조회 1,369
10년 전 조회 1,540
10년 전 조회 1,427
10년 전 조회 2,165
10년 전 조회 1,708
10년 전 조회 1,448
10년 전 조회 1,541
10년 전 조회 1,770
10년 전 조회 1,455
10년 전 조회 1,638
10년 전 조회 1,472
10년 전 조회 1,592
10년 전 조회 1,429
10년 전 조회 1,392
10년 전 조회 1,396
10년 전 조회 1,441
10년 전 조회 1,435
10년 전 조회 1,461
10년 전 조회 1,497
10년 전 조회 1,467
10년 전 조회 1,620
10년 전 조회 1,600
10년 전 조회 1,397
10년 전 조회 1,709
10년 전 조회 2,039
10년 전 조회 1,502
10년 전 조회 1,744
10년 전 조회 1,710
10년 전 조회 1,561
10년 전 조회 1,528
10년 전 조회 1,489
10년 전 조회 1,592
10년 전 조회 1,332
10년 전 조회 1,417
10년 전 조회 1,633
10년 전 조회 1,465
10년 전 조회 1,444
10년 전 조회 1,410
10년 전 조회 1,437
10년 전 조회 1,445
10년 전 조회 1,439
10년 전 조회 1,466
10년 전 조회 1,409
10년 전 조회 1,579
10년 전 조회 1,411
10년 전 조회 1,413
10년 전 조회 1,523