미리보기 소스 입니다.

· 10년 전 · 1223

<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,291
10년 전 조회 1,328
10년 전 조회 1,274
10년 전 조회 1,276
10년 전 조회 1,217
10년 전 조회 1,104
10년 전 조회 1,239
10년 전 조회 1,107
10년 전 조회 1,435
10년 전 조회 1,166
10년 전 조회 1,176
10년 전 조회 1,162
10년 전 조회 1,184
10년 전 조회 1,239
10년 전 조회 1,155
10년 전 조회 1,175
10년 전 조회 1,364
10년 전 조회 1,175
10년 전 조회 1,280
10년 전 조회 1,231
10년 전 조회 1,263
10년 전 조회 1,373
10년 전 조회 1,246
10년 전 조회 1,210
10년 전 조회 1,216
10년 전 조회 1,320
10년 전 조회 1,216
10년 전 조회 1,167
10년 전 조회 1,194
10년 전 조회 1,202
10년 전 조회 1,251
10년 전 조회 1,177
10년 전 조회 1,408
10년 전 조회 1,561
10년 전 조회 1,463
10년 전 조회 1,215
10년 전 조회 1,223
10년 전 조회 1,174
10년 전 조회 1,177
10년 전 조회 1,288
10년 전 조회 1,219
10년 전 조회 1,161
10년 전 조회 1,220
10년 전 조회 1,572
10년 전 조회 2,021
10년 전 조회 1,604
10년 전 조회 1,423
10년 전 조회 1,383
10년 전 조회 1,228
10년 전 조회 1,224
10년 전 조회 1,240
10년 전 조회 1,206
10년 전 조회 1,215
10년 전 조회 1,246
10년 전 조회 1,401
10년 전 조회 1,317
10년 전 조회 2,046
10년 전 조회 1,576
10년 전 조회 1,318
10년 전 조회 1,402
10년 전 조회 1,653
10년 전 조회 1,340
10년 전 조회 1,514
10년 전 조회 1,351
10년 전 조회 1,460
10년 전 조회 1,306
10년 전 조회 1,279
10년 전 조회 1,271
10년 전 조회 1,304
10년 전 조회 1,304
10년 전 조회 1,332
10년 전 조회 1,361
10년 전 조회 1,334
10년 전 조회 1,486
10년 전 조회 1,485
10년 전 조회 1,266
10년 전 조회 1,574
10년 전 조회 1,925
10년 전 조회 1,360
10년 전 조회 1,619
10년 전 조회 1,580
10년 전 조회 1,430
10년 전 조회 1,397
10년 전 조회 1,351
10년 전 조회 1,468
10년 전 조회 1,211
10년 전 조회 1,286
10년 전 조회 1,500
10년 전 조회 1,327
10년 전 조회 1,324
10년 전 조회 1,283
10년 전 조회 1,307
10년 전 조회 1,295
10년 전 조회 1,295
10년 전 조회 1,317
10년 전 조회 1,267
10년 전 조회 1,439
10년 전 조회 1,270
10년 전 조회 1,275
10년 전 조회 1,347