미리보기 소스 입니다.

· 10년 전 · 724

<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년 전 조회 755
10년 전 조회 824
10년 전 조회 770
10년 전 조회 817
10년 전 조회 705
10년 전 조회 615
10년 전 조회 718
10년 전 조회 635
10년 전 조회 937
10년 전 조회 640
10년 전 조회 626
10년 전 조회 682
10년 전 조회 691
10년 전 조회 737
10년 전 조회 659
10년 전 조회 680
10년 전 조회 832
10년 전 조회 703
10년 전 조회 736
10년 전 조회 730
10년 전 조회 748
10년 전 조회 876
10년 전 조회 743
10년 전 조회 722
10년 전 조회 714
10년 전 조회 821
10년 전 조회 737
10년 전 조회 679
10년 전 조회 705
10년 전 조회 708
10년 전 조회 658
10년 전 조회 678
10년 전 조회 864
10년 전 조회 1,052
10년 전 조회 907
10년 전 조회 695
10년 전 조회 701
10년 전 조회 665
10년 전 조회 702
10년 전 조회 783
10년 전 조회 722
10년 전 조회 625
10년 전 조회 687
10년 전 조회 1,080
10년 전 조회 1,523
10년 전 조회 1,081
10년 전 조회 904
10년 전 조회 867
10년 전 조회 746
10년 전 조회 724
10년 전 조회 740
10년 전 조회 713
10년 전 조회 720
10년 전 조회 750
10년 전 조회 883
10년 전 조회 791
10년 전 조회 1,516
10년 전 조회 1,083
10년 전 조회 814
10년 전 조회 896
10년 전 조회 1,111
10년 전 조회 850
10년 전 조회 1,007
10년 전 조회 847
10년 전 조회 957
10년 전 조회 790
10년 전 조회 778
10년 전 조회 774
10년 전 조회 806
10년 전 조회 771
10년 전 조회 846
10년 전 조회 830
10년 전 조회 818
10년 전 조회 965
10년 전 조회 979
10년 전 조회 750
10년 전 조회 1,039
10년 전 조회 1,404
10년 전 조회 840
10년 전 조회 1,088
10년 전 조회 1,071
10년 전 조회 920
10년 전 조회 855
10년 전 조회 827
10년 전 조회 920
10년 전 조회 704
10년 전 조회 738
10년 전 조회 961
10년 전 조회 787
10년 전 조회 752
10년 전 조회 738
10년 전 조회 745
10년 전 조회 764
10년 전 조회 748
10년 전 조회 747
10년 전 조회 782
10년 전 조회 875
10년 전 조회 708
10년 전 조회 743
10년 전 조회 822