미리보기 소스 입니다.

· 10년 전 · 565

<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년 전 조회 603
10년 전 조회 676
10년 전 조회 618
10년 전 조회 682
10년 전 조회 551
10년 전 조회 456
10년 전 조회 571
10년 전 조회 480
10년 전 조회 796
10년 전 조회 498
10년 전 조회 475
10년 전 조회 518
10년 전 조회 529
10년 전 조회 591
10년 전 조회 489
10년 전 조회 524
10년 전 조회 675
10년 전 조회 542
10년 전 조회 577
10년 전 조회 581
10년 전 조회 578
10년 전 조회 730
10년 전 조회 592
10년 전 조회 551
10년 전 조회 571
10년 전 조회 680
10년 전 조회 596
10년 전 조회 534
10년 전 조회 543
10년 전 조회 551
10년 전 조회 506
10년 전 조회 519
10년 전 조회 722
10년 전 조회 910
10년 전 조회 744
10년 전 조회 548
10년 전 조회 549
10년 전 조회 507
10년 전 조회 526
10년 전 조회 626
10년 전 조회 554
10년 전 조회 479
10년 전 조회 523
10년 전 조회 918
10년 전 조회 1,367
10년 전 조회 915
10년 전 조회 742
10년 전 조회 711
10년 전 조회 568
10년 전 조회 566
10년 전 조회 582
10년 전 조회 553
10년 전 조회 563
10년 전 조회 598
10년 전 조회 722
10년 전 조회 640
10년 전 조회 1,370
10년 전 조회 928
10년 전 조회 646
10년 전 조회 725
10년 전 조회 951
10년 전 조회 690
10년 전 조회 834
10년 전 조회 666
10년 전 조회 785
10년 전 조회 613
10년 전 조회 595
10년 전 조회 593
10년 전 조회 632
10년 전 조회 592
10년 전 조회 659
10년 전 조회 664
10년 전 조회 643
10년 전 조회 797
10년 전 조회 802
10년 전 조회 567
10년 전 조회 865
10년 전 조회 1,221
10년 전 조회 680
10년 전 조회 911
10년 전 조회 899
10년 전 조회 743
10년 전 조회 681
10년 전 조회 656
10년 전 조회 754
10년 전 조회 529
10년 전 조회 558
10년 전 조회 785
10년 전 조회 623
10년 전 조회 573
10년 전 조회 554
10년 전 조회 568
10년 전 조회 587
10년 전 조회 562
10년 전 조회 572
10년 전 조회 597
10년 전 조회 696
10년 전 조회 530
10년 전 조회 556
10년 전 조회 643
🐛 버그신고