미리보기 소스 입니다.

· 10년 전 · 1142

<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,205
10년 전 조회 1,260
10년 전 조회 1,200
10년 전 조회 1,215
10년 전 조회 1,133
10년 전 조회 1,031
10년 전 조회 1,167
10년 전 조회 1,045
10년 전 조회 1,340
10년 전 조회 1,085
10년 전 조회 1,070
10년 전 조회 1,104
10년 전 조회 1,128
10년 전 조회 1,153
10년 전 조회 1,091
10년 전 조회 1,110
10년 전 조회 1,284
10년 전 조회 1,106
10년 전 조회 1,198
10년 전 조회 1,137
10년 전 조회 1,197
10년 전 조회 1,297
10년 전 조회 1,164
10년 전 조회 1,136
10년 전 조회 1,163
10년 전 조회 1,238
10년 전 조회 1,157
10년 전 조회 1,110
10년 전 조회 1,134
10년 전 조회 1,140
10년 전 조회 1,101
10년 전 조회 1,116
10년 전 조회 1,322
10년 전 조회 1,489
10년 전 조회 1,376
10년 전 조회 1,134
10년 전 조회 1,136
10년 전 조회 1,102
10년 전 조회 1,116
10년 전 조회 1,211
10년 전 조회 1,157
10년 전 조회 1,066
10년 전 조회 1,136
10년 전 조회 1,505
10년 전 조회 1,934
10년 전 조회 1,532
10년 전 조회 1,325
10년 전 조회 1,332
10년 전 조회 1,147
10년 전 조회 1,143
10년 전 조회 1,175
10년 전 조회 1,130
10년 전 조회 1,160
10년 전 조회 1,151
10년 전 조회 1,330
10년 전 조회 1,255
10년 전 조회 1,969
10년 전 조회 1,508
10년 전 조회 1,235
10년 전 조회 1,331
10년 전 조회 1,586
10년 전 조회 1,273
10년 전 조회 1,460
10년 전 조회 1,288
10년 전 조회 1,400
10년 전 조회 1,233
10년 전 조회 1,209
10년 전 조회 1,194
10년 전 조회 1,245
10년 전 조회 1,232
10년 전 조회 1,279
10년 전 조회 1,281
10년 전 조회 1,259
10년 전 조회 1,409
10년 전 조회 1,410
10년 전 조회 1,197
10년 전 조회 1,497
10년 전 조회 1,857
10년 전 조회 1,284
10년 전 조회 1,537
10년 전 조회 1,504
10년 전 조회 1,359
10년 전 조회 1,316
10년 전 조회 1,274
10년 전 조회 1,385
10년 전 조회 1,140
10년 전 조회 1,207
10년 전 조회 1,426
10년 전 조회 1,243
10년 전 조회 1,231
10년 전 조회 1,206
10년 전 조회 1,217
10년 전 조회 1,195
10년 전 조회 1,205
10년 전 조회 1,227
10년 전 조회 1,222
10년 전 조회 1,352
10년 전 조회 1,170
10년 전 조회 1,173
10년 전 조회 1,258