미리보기 소스 입니다.

· 10년 전 · 1311

<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,356
10년 전 조회 1,366
10년 전 조회 1,407
10년 전 조회 1,345
10년 전 조회 1,364
10년 전 조회 1,280
10년 전 조회 1,178
10년 전 조회 1,312
10년 전 조회 1,175
10년 전 조회 1,523
10년 전 조회 1,238
10년 전 조회 1,250
10년 전 조회 1,234
10년 전 조회 1,255
10년 전 조회 1,326
10년 전 조회 1,223
10년 전 조회 1,245
10년 전 조회 1,440
10년 전 조회 1,247
10년 전 조회 1,357
10년 전 조회 1,316
10년 전 조회 1,335
10년 전 조회 1,462
10년 전 조회 1,320
10년 전 조회 1,285
10년 전 조회 1,296
10년 전 조회 1,417
10년 전 조회 1,292
10년 전 조회 1,250
10년 전 조회 1,284
10년 전 조회 1,293
10년 전 조회 1,342
10년 전 조회 1,270
10년 전 조회 1,500
10년 전 조회 1,637
10년 전 조회 1,545
10년 전 조회 1,305
10년 전 조회 1,298
10년 전 조회 1,264
10년 전 조회 1,255
10년 전 조회 1,380
10년 전 조회 1,298
10년 전 조회 1,250
10년 전 조회 1,303
10년 전 조회 1,642
10년 전 조회 2,120
10년 전 조회 1,685
10년 전 조회 1,481
10년 전 조회 1,336
10년 전 조회 1,312
10년 전 조회 1,334
10년 전 조회 1,286
10년 전 조회 1,308
10년 전 조회 1,331
10년 전 조회 1,496
10년 전 조회 1,392
10년 전 조회 2,127
10년 전 조회 1,656
10년 전 조회 1,403
10년 전 조회 1,497
10년 전 조회 1,729
10년 전 조회 1,408
10년 전 조회 1,597
10년 전 조회 1,426
10년 전 조회 1,548
10년 전 조회 1,386
10년 전 조회 1,345
10년 전 조회 1,356
10년 전 조회 1,390
10년 전 조회 1,384
10년 전 조회 1,414
10년 전 조회 1,452
10년 전 조회 1,420
10년 전 조회 1,574
10년 전 조회 1,560
10년 전 조회 1,351
10년 전 조회 1,660
10년 전 조회 2,002
10년 전 조회 1,459
10년 전 조회 1,704
10년 전 조회 1,666
10년 전 조회 1,527
10년 전 조회 1,476
10년 전 조회 1,442
10년 전 조회 1,550
10년 전 조회 1,286
10년 전 조회 1,376
10년 전 조회 1,598
10년 전 조회 1,421
10년 전 조회 1,408
10년 전 조회 1,361
10년 전 조회 1,400
10년 전 조회 1,388
10년 전 조회 1,392
10년 전 조회 1,421
10년 전 조회 1,372
10년 전 조회 1,537
10년 전 조회 1,358
10년 전 조회 1,371
10년 전 조회 1,467