미리보기 소스 입니다.

· 10년 전 · 1173

<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,236
10년 전 조회 1,281
10년 전 조회 1,223
10년 전 조회 1,230
10년 전 조회 1,167
10년 전 조회 1,063
10년 전 조회 1,200
10년 전 조회 1,067
10년 전 조회 1,374
10년 전 조회 1,123
10년 전 조회 1,132
10년 전 조회 1,124
10년 전 조회 1,154
10년 전 조회 1,192
10년 전 조회 1,115
10년 전 조회 1,136
10년 전 조회 1,324
10년 전 조회 1,133
10년 전 조회 1,242
10년 전 조회 1,186
10년 전 조회 1,230
10년 전 조회 1,330
10년 전 조회 1,191
10년 전 조회 1,161
10년 전 조회 1,182
10년 전 조회 1,276
10년 전 조회 1,178
10년 전 조회 1,135
10년 전 조회 1,160
10년 전 조회 1,168
10년 전 조회 1,202
10년 전 조회 1,145
10년 전 조회 1,354
10년 전 조회 1,518
10년 전 조회 1,404
10년 전 조회 1,175
10년 전 조회 1,171
10년 전 조회 1,132
10년 전 조회 1,145
10년 전 조회 1,252
10년 전 조회 1,185
10년 전 조회 1,115
10년 전 조회 1,177
10년 전 조회 1,529
10년 전 조회 1,976
10년 전 조회 1,564
10년 전 조회 1,374
10년 전 조회 1,353
10년 전 조회 1,183
10년 전 조회 1,174
10년 전 조회 1,202
10년 전 조회 1,157
10년 전 조회 1,182
10년 전 조회 1,197
10년 전 조회 1,356
10년 전 조회 1,281
10년 전 조회 1,996
10년 전 조회 1,541
10년 전 조회 1,271
10년 전 조회 1,361
10년 전 조회 1,612
10년 전 조회 1,298
10년 전 조회 1,482
10년 전 조회 1,315
10년 전 조회 1,430
10년 전 조회 1,270
10년 전 조회 1,238
10년 전 조회 1,222
10년 전 조회 1,267
10년 전 조회 1,266
10년 전 조회 1,297
10년 전 조회 1,316
10년 전 조회 1,285
10년 전 조회 1,439
10년 전 조회 1,433
10년 전 조회 1,222
10년 전 조회 1,524
10년 전 조회 1,885
10년 전 조회 1,321
10년 전 조회 1,573
10년 전 조회 1,537
10년 전 조회 1,377
10년 전 조회 1,343
10년 전 조회 1,299
10년 전 조회 1,415
10년 전 조회 1,160
10년 전 조회 1,237
10년 전 조회 1,449
10년 전 조회 1,273
10년 전 조회 1,263
10년 전 조회 1,231
10년 전 조회 1,258
10년 전 조회 1,228
10년 전 조회 1,227
10년 전 조회 1,254
10년 전 조회 1,235
10년 전 조회 1,386
10년 전 조회 1,214
10년 전 조회 1,217
10년 전 조회 1,297