미리보기 소스 입니다.

· 10년 전 · 1300

<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,360
10년 전 조회 1,398
10년 전 조회 1,336
10년 전 조회 1,352
10년 전 조회 1,274
10년 전 조회 1,172
10년 전 조회 1,303
10년 전 조회 1,167
10년 전 조회 1,510
10년 전 조회 1,227
10년 전 조회 1,242
10년 전 조회 1,223
10년 전 조회 1,249
10년 전 조회 1,312
10년 전 조회 1,216
10년 전 조회 1,237
10년 전 조회 1,430
10년 전 조회 1,236
10년 전 조회 1,345
10년 전 조회 1,304
10년 전 조회 1,323
10년 전 조회 1,449
10년 전 조회 1,312
10년 전 조회 1,274
10년 전 조회 1,285
10년 전 조회 1,406
10년 전 조회 1,286
10년 전 조회 1,244
10년 전 조회 1,270
10년 전 조회 1,280
10년 전 조회 1,329
10년 전 조회 1,259
10년 전 조회 1,488
10년 전 조회 1,626
10년 전 조회 1,530
10년 전 조회 1,294
10년 전 조회 1,286
10년 전 조회 1,253
10년 전 조회 1,247
10년 전 조회 1,370
10년 전 조회 1,287
10년 전 조회 1,236
10년 전 조회 1,288
10년 전 조회 1,636
10년 전 조회 2,109
10년 전 조회 1,677
10년 전 조회 1,506
10년 전 조회 1,473
10년 전 조회 1,320
10년 전 조회 1,301
10년 전 조회 1,323
10년 전 조회 1,279
10년 전 조회 1,296
10년 전 조회 1,320
10년 전 조회 1,484
10년 전 조회 1,383
10년 전 조회 2,114
10년 전 조회 1,646
10년 전 조회 1,394
10년 전 조회 1,484
10년 전 조회 1,719
10년 전 조회 1,400
10년 전 조회 1,585
10년 전 조회 1,411
10년 전 조회 1,539
10년 전 조회 1,377
10년 전 조회 1,342
10년 전 조회 1,350
10년 전 조회 1,382
10년 전 조회 1,375
10년 전 조회 1,410
10년 전 조회 1,439
10년 전 조회 1,408
10년 전 조회 1,563
10년 전 조회 1,550
10년 전 조회 1,342
10년 전 조회 1,648
10년 전 조회 1,991
10년 전 조회 1,447
10년 전 조회 1,696
10년 전 조회 1,658
10년 전 조회 1,518
10년 전 조회 1,463
10년 전 조회 1,431
10년 전 조회 1,541
10년 전 조회 1,271
10년 전 조회 1,367
10년 전 조회 1,589
10년 전 조회 1,408
10년 전 조회 1,401
10년 전 조회 1,351
10년 전 조회 1,392
10년 전 조회 1,373
10년 전 조회 1,383
10년 전 조회 1,409
10년 전 조회 1,359
10년 전 조회 1,519
10년 전 조회 1,342
10년 전 조회 1,359
10년 전 조회 1,454