미리보기 소스 입니다.

· 10년 전 · 1298

<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,355
10년 전 조회 1,393
10년 전 조회 1,333
10년 전 조회 1,348
10년 전 조회 1,271
10년 전 조회 1,169
10년 전 조회 1,302
10년 전 조회 1,167
10년 전 조회 1,507
10년 전 조회 1,224
10년 전 조회 1,238
10년 전 조회 1,219
10년 전 조회 1,245
10년 전 조회 1,305
10년 전 조회 1,212
10년 전 조회 1,228
10년 전 조회 1,428
10년 전 조회 1,235
10년 전 조회 1,343
10년 전 조회 1,302
10년 전 조회 1,319
10년 전 조회 1,439
10년 전 조회 1,305
10년 전 조회 1,269
10년 전 조회 1,282
10년 전 조회 1,398
10년 전 조회 1,281
10년 전 조회 1,236
10년 전 조회 1,266
10년 전 조회 1,274
10년 전 조회 1,327
10년 전 조회 1,255
10년 전 조회 1,481
10년 전 조회 1,623
10년 전 조회 1,524
10년 전 조회 1,291
10년 전 조회 1,282
10년 전 조회 1,249
10년 전 조회 1,241
10년 전 조회 1,365
10년 전 조회 1,285
10년 전 조회 1,233
10년 전 조회 1,283
10년 전 조회 1,632
10년 전 조회 2,102
10년 전 조회 1,672
10년 전 조회 1,499
10년 전 조회 1,471
10년 전 조회 1,309
10년 전 조회 1,299
10년 전 조회 1,316
10년 전 조회 1,276
10년 전 조회 1,289
10년 전 조회 1,316
10년 전 조회 1,483
10년 전 조회 1,378
10년 전 조회 2,111
10년 전 조회 1,644
10년 전 조회 1,391
10년 전 조회 1,480
10년 전 조회 1,717
10년 전 조회 1,398
10년 전 조회 1,585
10년 전 조회 1,409
10년 전 조회 1,533
10년 전 조회 1,375
10년 전 조회 1,337
10년 전 조회 1,344
10년 전 조회 1,378
10년 전 조회 1,374
10년 전 조회 1,404
10년 전 조회 1,435
10년 전 조회 1,402
10년 전 조회 1,560
10년 전 조회 1,545
10년 전 조회 1,338
10년 전 조회 1,639
10년 전 조회 1,988
10년 전 조회 1,439
10년 전 조회 1,689
10년 전 조회 1,653
10년 전 조회 1,509
10년 전 조회 1,458
10년 전 조회 1,428
10년 전 조회 1,536
10년 전 조회 1,269
10년 전 조회 1,362
10년 전 조회 1,586
10년 전 조회 1,402
10년 전 조회 1,398
10년 전 조회 1,345
10년 전 조회 1,389
10년 전 조회 1,371
10년 전 조회 1,377
10년 전 조회 1,406
10년 전 조회 1,351
10년 전 조회 1,516
10년 전 조회 1,338
10년 전 조회 1,347
10년 전 조회 1,440