미리보기 소스 입니다.

· 10년 전 · 1212

<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,281
10년 전 조회 1,324
10년 전 조회 1,273
10년 전 조회 1,273
10년 전 조회 1,214
10년 전 조회 1,100
10년 전 조회 1,232
10년 전 조회 1,103
10년 전 조회 1,424
10년 전 조회 1,165
10년 전 조회 1,171
10년 전 조회 1,158
10년 전 조회 1,181
10년 전 조회 1,236
10년 전 조회 1,151
10년 전 조회 1,169
10년 전 조회 1,361
10년 전 조회 1,169
10년 전 조회 1,274
10년 전 조회 1,228
10년 전 조회 1,260
10년 전 조회 1,370
10년 전 조회 1,236
10년 전 조회 1,208
10년 전 조회 1,215
10년 전 조회 1,317
10년 전 조회 1,210
10년 전 조회 1,165
10년 전 조회 1,190
10년 전 조회 1,195
10년 전 조회 1,248
10년 전 조회 1,169
10년 전 조회 1,402
10년 전 조회 1,558
10년 전 조회 1,455
10년 전 조회 1,214
10년 전 조회 1,219
10년 전 조회 1,171
10년 전 조회 1,172
10년 전 조회 1,285
10년 전 조회 1,216
10년 전 조회 1,156
10년 전 조회 1,214
10년 전 조회 1,565
10년 전 조회 2,019
10년 전 조회 1,601
10년 전 조회 1,419
10년 전 조회 1,382
10년 전 조회 1,222
10년 전 조회 1,213
10년 전 조회 1,236
10년 전 조회 1,199
10년 전 조회 1,212
10년 전 조회 1,239
10년 전 조회 1,396
10년 전 조회 1,313
10년 전 조회 2,041
10년 전 조회 1,569
10년 전 조회 1,310
10년 전 조회 1,398
10년 전 조회 1,652
10년 전 조회 1,337
10년 전 조회 1,513
10년 전 조회 1,351
10년 전 조회 1,458
10년 전 조회 1,304
10년 전 조회 1,274
10년 전 조회 1,266
10년 전 조회 1,298
10년 전 조회 1,298
10년 전 조회 1,327
10년 전 조회 1,358
10년 전 조회 1,328
10년 전 조회 1,483
10년 전 조회 1,480
10년 전 조회 1,259
10년 전 조회 1,567
10년 전 조회 1,920
10년 전 조회 1,355
10년 전 조회 1,616
10년 전 조회 1,578
10년 전 조회 1,422
10년 전 조회 1,394
10년 전 조회 1,348
10년 전 조회 1,463
10년 전 조회 1,203
10년 전 조회 1,282
10년 전 조회 1,496
10년 전 조회 1,324
10년 전 조회 1,321
10년 전 조회 1,277
10년 전 조회 1,304
10년 전 조회 1,286
10년 전 조회 1,288
10년 전 조회 1,310
10년 전 조회 1,263
10년 전 조회 1,436
10년 전 조회 1,263
10년 전 조회 1,268
10년 전 조회 1,340