미리보기 소스 입니다.

· 10년 전 · 965

<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,085
10년 전 조회 1,157
10년 전 조회 1,098
10년 전 조회 1,053
10년 전 조회 1,028
10년 전 조회 852
10년 전 조회 986
10년 전 조회 877
10년 전 조회 1,173
10년 전 조회 922
10년 전 조회 881
10년 전 조회 921
10년 전 조회 950
10년 전 조회 999
10년 전 조회 921
10년 전 조회 940
10년 전 조회 1,098
10년 전 조회 948
10년 전 조회 1,016
10년 전 조회 965
10년 전 조회 1,019
10년 전 조회 1,124
10년 전 조회 993
10년 전 조회 968
10년 전 조회 988
10년 전 조회 1,079
10년 전 조회 992
10년 전 조회 944
10년 전 조회 965
10년 전 조회 989
10년 전 조회 920
10년 전 조회 932
10년 전 조회 1,224
10년 전 조회 1,313
10년 전 조회 1,260
10년 전 조회 955
10년 전 조회 972
10년 전 조회 937
10년 전 조회 951
10년 전 조회 1,054
10년 전 조회 1,005
10년 전 조회 897
10년 전 조회 953
10년 전 조회 1,340
10년 전 조회 1,770
10년 전 조회 1,355
10년 전 조회 1,154
10년 전 조회 1,223
10년 전 조회 983
10년 전 조회 966
10년 전 조회 1,002
10년 전 조회 958
10년 전 조회 998
10년 전 조회 988
10년 전 조회 1,230
10년 전 조회 1,100
10년 전 조회 1,777
10년 전 조회 1,357
10년 전 조회 1,058
10년 전 조회 1,162
10년 전 조회 1,392
10년 전 조회 1,117
10년 전 조회 1,287
10년 전 조회 1,127
10년 전 조회 1,234
10년 전 조회 1,055
10년 전 조회 1,043
10년 전 조회 1,031
10년 전 조회 1,089
10년 전 조회 1,062
10년 전 조회 1,133
10년 전 조회 1,121
10년 전 조회 1,096
10년 전 조회 1,237
10년 전 조회 1,223
10년 전 조회 1,016
10년 전 조회 1,323
10년 전 조회 1,674
10년 전 조회 1,123
10년 전 조회 1,377
10년 전 조회 1,333
10년 전 조회 1,188
10년 전 조회 1,142
10년 전 조회 1,101
10년 전 조회 1,219
10년 전 조회 976
10년 전 조회 1,036
10년 전 조회 1,252
10년 전 조회 1,081
10년 전 조회 1,046
10년 전 조회 1,032
10년 전 조회 1,027
10년 전 조회 1,027
10년 전 조회 1,023
10년 전 조회 1,045
10년 전 조회 1,042
10년 전 조회 1,149
10년 전 조회 1,003
10년 전 조회 1,001
10년 전 조회 1,080