미리보기 소스 입니다.

· 10년 전 · 1161

<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,224
10년 전 조회 1,272
10년 전 조회 1,213
10년 전 조회 1,226
10년 전 조회 1,149
10년 전 조회 1,047
10년 전 조회 1,189
10년 전 조회 1,059
10년 전 조회 1,357
10년 전 조회 1,110
10년 전 조회 1,114
10년 전 조회 1,113
10년 전 조회 1,147
10년 전 조회 1,179
10년 전 조회 1,105
10년 전 조회 1,125
10년 전 조회 1,313
10년 전 조회 1,126
10년 전 조회 1,226
10년 전 조회 1,172
10년 전 조회 1,215
10년 전 조회 1,320
10년 전 조회 1,181
10년 전 조회 1,155
10년 전 조회 1,174
10년 전 조회 1,259
10년 전 조회 1,169
10년 전 조회 1,124
10년 전 조회 1,153
10년 전 조회 1,155
10년 전 조회 1,167
10년 전 조회 1,136
10년 전 조회 1,340
10년 전 조회 1,505
10년 전 조회 1,393
10년 전 조회 1,164
10년 전 조회 1,158
10년 전 조회 1,115
10년 전 조회 1,136
10년 전 조회 1,241
10년 전 조회 1,175
10년 전 조회 1,096
10년 전 조회 1,159
10년 전 조회 1,522
10년 전 조회 1,959
10년 전 조회 1,551
10년 전 조회 1,348
10년 전 조회 1,342
10년 전 조회 1,172
10년 전 조회 1,162
10년 전 조회 1,191
10년 전 조회 1,148
10년 전 조회 1,175
10년 전 조회 1,188
10년 전 조회 1,343
10년 전 조회 1,270
10년 전 조회 1,983
10년 전 조회 1,528
10년 전 조회 1,256
10년 전 조회 1,347
10년 전 조회 1,600
10년 전 조회 1,287
10년 전 조회 1,476
10년 전 조회 1,306
10년 전 조회 1,420
10년 전 조회 1,252
10년 전 조회 1,226
10년 전 조회 1,212
10년 전 조회 1,256
10년 전 조회 1,251
10년 전 조회 1,290
10년 전 조회 1,302
10년 전 조회 1,274
10년 전 조회 1,429
10년 전 조회 1,422
10년 전 조회 1,213
10년 전 조회 1,516
10년 전 조회 1,874
10년 전 조회 1,308
10년 전 조회 1,559
10년 전 조회 1,524
10년 전 조회 1,370
10년 전 조회 1,332
10년 전 조회 1,292
10년 전 조회 1,405
10년 전 조회 1,151
10년 전 조회 1,221
10년 전 조회 1,437
10년 전 조회 1,254
10년 전 조회 1,248
10년 전 조회 1,220
10년 전 조회 1,237
10년 전 조회 1,210
10년 전 조회 1,216
10년 전 조회 1,246
10년 전 조회 1,227
10년 전 조회 1,370
10년 전 조회 1,190
10년 전 조회 1,193
10년 전 조회 1,278