미리보기 소스 입니다.

· 10년 전 · 1197

<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,258
10년 전 조회 1,307
10년 전 조회 1,244
10년 전 조회 1,251
10년 전 조회 1,189
10년 전 조회 1,083
10년 전 조회 1,217
10년 전 조회 1,084
10년 전 조회 1,404
10년 전 조회 1,148
10년 전 조회 1,151
10년 전 조회 1,141
10년 전 조회 1,167
10년 전 조회 1,215
10년 전 조회 1,131
10년 전 조회 1,157
10년 전 조회 1,345
10년 전 조회 1,149
10년 전 조회 1,260
10년 전 조회 1,204
10년 전 조회 1,247
10년 전 조회 1,352
10년 전 조회 1,208
10년 전 조회 1,186
10년 전 조회 1,197
10년 전 조회 1,295
10년 전 조회 1,191
10년 전 조회 1,148
10년 전 조회 1,176
10년 전 조회 1,181
10년 전 조회 1,233
10년 전 조회 1,157
10년 전 조회 1,374
10년 전 조회 1,540
10년 전 조회 1,431
10년 전 조회 1,197
10년 전 조회 1,193
10년 전 조회 1,150
10년 전 조회 1,161
10년 전 조회 1,270
10년 전 조회 1,202
10년 전 조회 1,134
10년 전 조회 1,194
10년 전 조회 1,545
10년 전 조회 2,000
10년 전 조회 1,583
10년 전 조회 1,401
10년 전 조회 1,365
10년 전 조회 1,201
10년 전 조회 1,198
10년 전 조회 1,219
10년 전 조회 1,179
10년 전 조회 1,197
10년 전 조회 1,221
10년 전 조회 1,375
10년 전 조회 1,302
10년 전 조회 2,021
10년 전 조회 1,559
10년 전 조회 1,289
10년 전 조회 1,378
10년 전 조회 1,634
10년 전 조회 1,318
10년 전 조회 1,496
10년 전 조회 1,335
10년 전 조회 1,441
10년 전 조회 1,291
10년 전 조회 1,251
10년 전 조회 1,251
10년 전 조회 1,284
10년 전 조회 1,281
10년 전 조회 1,309
10년 전 조회 1,338
10년 전 조회 1,305
10년 전 조회 1,460
10년 전 조회 1,456
10년 전 조회 1,242
10년 전 조회 1,548
10년 전 조회 1,904
10년 전 조회 1,341
10년 전 조회 1,597
10년 전 조회 1,556
10년 전 조회 1,400
10년 전 조회 1,368
10년 전 조회 1,329
10년 전 조회 1,438
10년 전 조회 1,181
10년 전 조회 1,260
10년 전 조회 1,475
10년 전 조회 1,295
10년 전 조회 1,296
10년 전 조회 1,253
10년 전 조회 1,283
10년 전 조회 1,266
10년 전 조회 1,255
10년 전 조회 1,283
10년 전 조회 1,251
10년 전 조회 1,417
10년 전 조회 1,240
10년 전 조회 1,238
10년 전 조회 1,317