미리보기 소스 입니다.

· 10년 전 · 1050

<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,135
10년 전 조회 1,206
10년 전 조회 1,145
10년 전 조회 1,130
10년 전 조회 1,070
10년 전 조회 923
10년 전 조회 1,075
10년 전 조회 951
10년 전 조회 1,252
10년 전 조회 985
10년 전 조회 966
10년 전 조회 1,010
10년 전 조회 1,022
10년 전 조회 1,063
10년 전 조회 995
10년 전 조회 1,022
10년 전 조회 1,178
10년 전 조회 1,019
10년 전 조회 1,090
10년 전 조회 1,038
10년 전 조회 1,100
10년 전 조회 1,185
10년 전 조회 1,065
10년 전 조회 1,035
10년 전 조회 1,062
10년 전 조회 1,169
10년 전 조회 1,058
10년 전 조회 1,024
10년 전 조회 1,039
10년 전 조회 1,056
10년 전 조회 1,003
10년 전 조회 1,009
10년 전 조회 1,264
10년 전 조회 1,387
10년 전 조회 1,315
10년 전 조회 1,030
10년 전 조회 1,032
10년 전 조회 1,016
10년 전 조회 1,022
10년 전 조회 1,125
10년 전 조회 1,083
10년 전 조회 960
10년 전 조회 1,032
10년 전 조회 1,420
10년 전 조회 1,846
10년 전 조회 1,444
10년 전 조회 1,224
10년 전 조회 1,265
10년 전 조회 1,054
10년 전 조회 1,051
10년 전 조회 1,092
10년 전 조회 1,029
10년 전 조회 1,067
10년 전 조회 1,060
10년 전 조회 1,269
10년 전 조회 1,166
10년 전 조회 1,844
10년 전 조회 1,406
10년 전 조회 1,129
10년 전 조회 1,230
10년 전 조회 1,477
10년 전 조회 1,182
10년 전 조회 1,353
10년 전 조회 1,202
10년 전 조회 1,293
10년 전 조회 1,128
10년 전 조회 1,112
10년 전 조회 1,099
10년 전 조회 1,149
10년 전 조회 1,137
10년 전 조회 1,193
10년 전 조회 1,186
10년 전 조회 1,170
10년 전 조회 1,325
10년 전 조회 1,305
10년 전 조회 1,099
10년 전 조회 1,388
10년 전 조회 1,745
10년 전 조회 1,198
10년 전 조회 1,447
10년 전 조회 1,413
10년 전 조회 1,259
10년 전 조회 1,217
10년 전 조회 1,174
10년 전 조회 1,294
10년 전 조회 1,049
10년 전 조회 1,104
10년 전 조회 1,335
10년 전 조회 1,151
10년 전 조회 1,121
10년 전 조회 1,100
10년 전 조회 1,110
10년 전 조회 1,103
10년 전 조회 1,104
10년 전 조회 1,124
10년 전 조회 1,115
10년 전 조회 1,244
10년 전 조회 1,067
10년 전 조회 1,072
10년 전 조회 1,156