미리보기 소스 입니다.

· 10년 전 · 1316

<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,363
10년 전 조회 1,370
10년 전 조회 1,415
10년 전 조회 1,350
10년 전 조회 1,367
10년 전 조회 1,285
10년 전 조회 1,182
10년 전 조회 1,317
10년 전 조회 1,177
10년 전 조회 1,532
10년 전 조회 1,244
10년 전 조회 1,255
10년 전 조회 1,244
10년 전 조회 1,261
10년 전 조회 1,333
10년 전 조회 1,230
10년 전 조회 1,251
10년 전 조회 1,448
10년 전 조회 1,250
10년 전 조회 1,362
10년 전 조회 1,325
10년 전 조회 1,341
10년 전 조회 1,472
10년 전 조회 1,327
10년 전 조회 1,295
10년 전 조회 1,304
10년 전 조회 1,425
10년 전 조회 1,297
10년 전 조회 1,259
10년 전 조회 1,292
10년 전 조회 1,305
10년 전 조회 1,350
10년 전 조회 1,276
10년 전 조회 1,507
10년 전 조회 1,640
10년 전 조회 1,557
10년 전 조회 1,315
10년 전 조회 1,304
10년 전 조회 1,270
10년 전 조회 1,262
10년 전 조회 1,386
10년 전 조회 1,302
10년 전 조회 1,258
10년 전 조회 1,308
10년 전 조회 1,650
10년 전 조회 2,130
10년 전 조회 1,693
10년 전 조회 1,489
10년 전 조회 1,348
10년 전 조회 1,317
10년 전 조회 1,341
10년 전 조회 1,296
10년 전 조회 1,314
10년 전 조회 1,338
10년 전 조회 1,502
10년 전 조회 1,401
10년 전 조회 2,138
10년 전 조회 1,664
10년 전 조회 1,410
10년 전 조회 1,506
10년 전 조회 1,737
10년 전 조회 1,419
10년 전 조회 1,604
10년 전 조회 1,433
10년 전 조회 1,553
10년 전 조회 1,393
10년 전 조회 1,353
10년 전 조회 1,359
10년 전 조회 1,402
10년 전 조회 1,392
10년 전 조회 1,420
10년 전 조회 1,457
10년 전 조회 1,428
10년 전 조회 1,579
10년 전 조회 1,568
10년 전 조회 1,360
10년 전 조회 1,670
10년 전 조회 2,009
10년 전 조회 1,464
10년 전 조회 1,708
10년 전 조회 1,671
10년 전 조회 1,533
10년 전 조회 1,490
10년 전 조회 1,453
10년 전 조회 1,557
10년 전 조회 1,295
10년 전 조회 1,383
10년 전 조회 1,604
10년 전 조회 1,429
10년 전 조회 1,416
10년 전 조회 1,370
10년 전 조회 1,407
10년 전 조회 1,400
10년 전 조회 1,402
10년 전 조회 1,429
10년 전 조회 1,382
10년 전 조회 1,542
10년 전 조회 1,366
10년 전 조회 1,377
10년 전 조회 1,478