미리보기 소스 입니다.

· 10년 전 · 1297

<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,352
10년 전 조회 1,392
10년 전 조회 1,332
10년 전 조회 1,344
10년 전 조회 1,265
10년 전 조회 1,168
10년 전 조회 1,299
10년 전 조회 1,166
10년 전 조회 1,507
10년 전 조회 1,223
10년 전 조회 1,237
10년 전 조회 1,217
10년 전 조회 1,243
10년 전 조회 1,305
10년 전 조회 1,208
10년 전 조회 1,225
10년 전 조회 1,427
10년 전 조회 1,232
10년 전 조회 1,338
10년 전 조회 1,301
10년 전 조회 1,316
10년 전 조회 1,437
10년 전 조회 1,303
10년 전 조회 1,264
10년 전 조회 1,277
10년 전 조회 1,398
10년 전 조회 1,277
10년 전 조회 1,232
10년 전 조회 1,263
10년 전 조회 1,273
10년 전 조회 1,325
10년 전 조회 1,254
10년 전 조회 1,480
10년 전 조회 1,620
10년 전 조회 1,520
10년 전 조회 1,286
10년 전 조회 1,279
10년 전 조회 1,247
10년 전 조회 1,240
10년 전 조회 1,358
10년 전 조회 1,284
10년 전 조회 1,230
10년 전 조회 1,280
10년 전 조회 1,630
10년 전 조회 2,098
10년 전 조회 1,669
10년 전 조회 1,497
10년 전 조회 1,467
10년 전 조회 1,306
10년 전 조회 1,298
10년 전 조회 1,312
10년 전 조회 1,274
10년 전 조회 1,286
10년 전 조회 1,313
10년 전 조회 1,475
10년 전 조회 1,377
10년 전 조회 2,109
10년 전 조회 1,640
10년 전 조회 1,387
10년 전 조회 1,478
10년 전 조회 1,716
10년 전 조회 1,394
10년 전 조회 1,584
10년 전 조회 1,409
10년 전 조회 1,530
10년 전 조회 1,373
10년 전 조회 1,336
10년 전 조회 1,340
10년 전 조회 1,374
10년 전 조회 1,372
10년 전 조회 1,402
10년 전 조회 1,430
10년 전 조회 1,401
10년 전 조회 1,558
10년 전 조회 1,543
10년 전 조회 1,335
10년 전 조회 1,636
10년 전 조회 1,986
10년 전 조회 1,435
10년 전 조회 1,687
10년 전 조회 1,649
10년 전 조회 1,506
10년 전 조회 1,452
10년 전 조회 1,425
10년 전 조회 1,533
10년 전 조회 1,269
10년 전 조회 1,360
10년 전 조회 1,582
10년 전 조회 1,399
10년 전 조회 1,395
10년 전 조회 1,342
10년 전 조회 1,387
10년 전 조회 1,370
10년 전 조회 1,375
10년 전 조회 1,405
10년 전 조회 1,343
10년 전 조회 1,515
10년 전 조회 1,337
10년 전 조회 1,347
10년 전 조회 1,439