미리보기 소스 입니다.

· 10년 전 · 1357

<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,442
10년 전 조회 1,383
10년 전 조회 1,395
10년 전 조회 1,320
10년 전 조회 1,219
10년 전 조회 1,357
10년 전 조회 1,213
10년 전 조회 1,569
10년 전 조회 1,274
10년 전 조회 1,286
10년 전 조회 1,270
10년 전 조회 1,297
10년 전 조회 1,365
10년 전 조회 1,265
10년 전 조회 1,292
10년 전 조회 1,489
10년 전 조회 1,283
10년 전 조회 1,395
10년 전 조회 1,358
10년 전 조회 1,382
10년 전 조회 1,518
10년 전 조회 1,360
10년 전 조회 1,349
10년 전 조회 1,339
10년 전 조회 1,451
10년 전 조회 1,345
10년 전 조회 1,300
10년 전 조회 1,328
10년 전 조회 1,341
10년 전 조회 1,396
10년 전 조회 1,320
10년 전 조회 1,532
10년 전 조회 1,690
10년 전 조회 1,602
10년 전 조회 1,356
10년 전 조회 1,354
10년 전 조회 1,313
10년 전 조회 1,302
10년 전 조회 1,423
10년 전 조회 1,329
10년 전 조회 1,300
10년 전 조회 1,349
10년 전 조회 1,692
10년 전 조회 2,164
10년 전 조회 1,728
10년 전 조회 1,527
10년 전 조회 1,389
10년 전 조회 1,358
10년 전 조회 1,381
10년 전 조회 1,340
10년 전 조회 1,366
10년 전 조회 1,377
10년 전 조회 1,544
10년 전 조회 1,430
10년 전 조회 2,168
10년 전 조회 1,720
10년 전 조회 1,450
10년 전 조회 1,547
10년 전 조회 1,772
10년 전 조회 1,455
10년 전 조회 1,642
10년 전 조회 1,483
10년 전 조회 1,600
10년 전 조회 1,439
10년 전 조회 1,398
10년 전 조회 1,398
10년 전 조회 1,443
10년 전 조회 1,439
10년 전 조회 1,469
10년 전 조회 1,504
10년 전 조회 1,472
10년 전 조회 1,627
10년 전 조회 1,608
10년 전 조회 1,403
10년 전 조회 1,715
10년 전 조회 2,042
10년 전 조회 1,507
10년 전 조회 1,749
10년 전 조회 1,716
10년 전 조회 1,564
10년 전 조회 1,536
10년 전 조회 1,496
10년 전 조회 1,600
10년 전 조회 1,337
10년 전 조회 1,423
10년 전 조회 1,640
10년 전 조회 1,471
10년 전 조회 1,447
10년 전 조회 1,415
10년 전 조회 1,440
10년 전 조회 1,449
10년 전 조회 1,443
10년 전 조회 1,472
10년 전 조회 1,416
10년 전 조회 1,588
10년 전 조회 1,413
10년 전 조회 1,416
10년 전 조회 1,528