미리보기 소스 입니다.

· 10년 전 · 967

<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,086
10년 전 조회 1,158
10년 전 조회 1,101
10년 전 조회 1,057
10년 전 조회 1,029
10년 전 조회 858
10년 전 조회 988
10년 전 조회 879
10년 전 조회 1,176
10년 전 조회 924
10년 전 조회 883
10년 전 조회 922
10년 전 조회 952
10년 전 조회 1,002
10년 전 조회 923
10년 전 조회 941
10년 전 조회 1,103
10년 전 조회 950
10년 전 조회 1,019
10년 전 조회 968
10년 전 조회 1,021
10년 전 조회 1,128
10년 전 조회 1,000
10년 전 조회 971
10년 전 조회 989
10년 전 조회 1,081
10년 전 조회 993
10년 전 조회 946
10년 전 조회 968
10년 전 조회 991
10년 전 조회 922
10년 전 조회 935
10년 전 조회 1,226
10년 전 조회 1,314
10년 전 조회 1,261
10년 전 조회 956
10년 전 조회 974
10년 전 조회 941
10년 전 조회 954
10년 전 조회 1,056
10년 전 조회 1,007
10년 전 조회 898
10년 전 조회 957
10년 전 조회 1,342
10년 전 조회 1,773
10년 전 조회 1,357
10년 전 조회 1,159
10년 전 조회 1,224
10년 전 조회 985
10년 전 조회 968
10년 전 조회 1,004
10년 전 조회 959
10년 전 조회 998
10년 전 조회 990
10년 전 조회 1,232
10년 전 조회 1,101
10년 전 조회 1,777
10년 전 조회 1,359
10년 전 조회 1,062
10년 전 조회 1,167
10년 전 조회 1,392
10년 전 조회 1,119
10년 전 조회 1,291
10년 전 조회 1,129
10년 전 조회 1,237
10년 전 조회 1,056
10년 전 조회 1,045
10년 전 조회 1,035
10년 전 조회 1,090
10년 전 조회 1,064
10년 전 조회 1,136
10년 전 조회 1,123
10년 전 조회 1,100
10년 전 조회 1,239
10년 전 조회 1,227
10년 전 조회 1,017
10년 전 조회 1,324
10년 전 조회 1,680
10년 전 조회 1,125
10년 전 조회 1,379
10년 전 조회 1,334
10년 전 조회 1,190
10년 전 조회 1,146
10년 전 조회 1,103
10년 전 조회 1,225
10년 전 조회 978
10년 전 조회 1,037
10년 전 조회 1,255
10년 전 조회 1,084
10년 전 조회 1,047
10년 전 조회 1,032
10년 전 조회 1,028
10년 전 조회 1,027
10년 전 조회 1,025
10년 전 조회 1,049
10년 전 조회 1,047
10년 전 조회 1,154
10년 전 조회 1,004
10년 전 조회 1,003
10년 전 조회 1,084