미리보기 소스 입니다.

· 10년 전 · 624

<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년 전 조회 681
10년 전 조회 738
10년 전 조회 689
10년 전 조회 742
10년 전 조회 619
10년 전 조회 522
10년 전 조회 633
10년 전 조회 549
10년 전 조회 844
10년 전 조회 559
10년 전 조회 547
10년 전 조회 584
10년 전 조회 596
10년 전 조회 650
10년 전 조회 560
10년 전 조회 594
10년 전 조회 741
10년 전 조회 605
10년 전 조회 650
10년 전 조회 635
10년 전 조회 656
10년 전 조회 790
10년 전 조회 655
10년 전 조회 620
10년 전 조회 626
10년 전 조회 737
10년 전 조회 653
10년 전 조회 593
10년 전 조회 609
10년 전 조회 610
10년 전 조회 561
10년 전 조회 581
10년 전 조회 777
10년 전 조회 976
10년 전 조회 810
10년 전 조회 607
10년 전 조회 606
10년 전 조회 569
10년 전 조회 591
10년 전 조회 681
10년 전 조회 621
10년 전 조회 533
10년 전 조회 587
10년 전 조회 982
10년 전 조회 1,434
10년 전 조회 979
10년 전 조회 808
10년 전 조회 772
10년 전 조회 626
10년 전 조회 625
10년 전 조회 640
10년 전 조회 607
10년 전 조회 624
10년 전 조회 657
10년 전 조회 788
10년 전 조회 698
10년 전 조회 1,434
10년 전 조회 985
10년 전 조회 709
10년 전 조회 783
10년 전 조회 1,024
10년 전 조회 746
10년 전 조회 899
10년 전 조회 736
10년 전 조회 854
10년 전 조회 674
10년 전 조회 658
10년 전 조회 663
10년 전 조회 700
10년 전 조회 646
10년 전 조회 723
10년 전 조회 713
10년 전 조회 721
10년 전 조회 854
10년 전 조회 858
10년 전 조회 637
10년 전 조회 933
10년 전 조회 1,291
10년 전 조회 743
10년 전 조회 978
10년 전 조회 962
10년 전 조회 813
10년 전 조회 743
10년 전 조회 723
10년 전 조회 815
10년 전 조회 599
10년 전 조회 626
10년 전 조회 850
10년 전 조회 680
10년 전 조회 647
10년 전 조회 619
10년 전 조회 639
10년 전 조회 649
10년 전 조회 633
10년 전 조회 637
10년 전 조회 658
10년 전 조회 757
10년 전 조회 590
10년 전 조회 617
10년 전 조회 699