미리보기 소스 입니다.

· 10년 전 · 1524

<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,580
10년 전 조회 1,565
10년 전 조회 1,626
10년 전 조회 1,541
10년 전 조회 1,575
10년 전 조회 1,473
10년 전 조회 1,391
10년 전 조회 1,512
10년 전 조회 1,399
10년 전 조회 1,762
10년 전 조회 1,457
10년 전 조회 1,469
10년 전 조회 1,449
10년 전 조회 1,480
10년 전 조회 1,540
10년 전 조회 1,437
10년 전 조회 1,468
10년 전 조회 1,656
10년 전 조회 1,454
10년 전 조회 1,554
10년 전 조회 1,535
10년 전 조회 1,544
10년 전 조회 1,695
10년 전 조회 1,547
10년 전 조회 1,545
10년 전 조회 1,518
10년 전 조회 1,635
10년 전 조회 1,549
10년 전 조회 1,500
10년 전 조회 1,499
10년 전 조회 1,540
10년 전 조회 1,566
10년 전 조회 1,510
10년 전 조회 1,703
10년 전 조회 1,847
10년 전 조회 1,779
10년 전 조회 1,547
10년 전 조회 1,550
10년 전 조회 1,494
10년 전 조회 1,490
10년 전 조회 1,585
10년 전 조회 1,494
10년 전 조회 1,458
10년 전 조회 1,522
10년 전 조회 1,861
10년 전 조회 2,324
10년 전 조회 1,892
10년 전 조회 1,710
10년 전 조회 1,561
10년 전 조회 1,525
10년 전 조회 1,552
10년 전 조회 1,523
10년 전 조회 1,534
10년 전 조회 1,534
10년 전 조회 1,705
10년 전 조회 1,610
10년 전 조회 2,358
10년 전 조회 1,876
10년 전 조회 1,634
10년 전 조회 1,724
10년 전 조회 1,933
10년 전 조회 1,625
10년 전 조회 1,844
10년 전 조회 1,679
10년 전 조회 1,791
10년 전 조회 1,622
10년 전 조회 1,581
10년 전 조회 1,576
10년 전 조회 1,624
10년 전 조회 1,594
10년 전 조회 1,655
10년 전 조회 1,666
10년 전 조회 1,641
10년 전 조회 1,797
10년 전 조회 1,794
10년 전 조회 1,598
10년 전 조회 1,894
10년 전 조회 2,220
10년 전 조회 1,672
10년 전 조회 1,944
10년 전 조회 1,907
10년 전 조회 1,753
10년 전 조회 1,732
10년 전 조회 1,665
10년 전 조회 1,770
10년 전 조회 1,530
10년 전 조회 1,610
10년 전 조회 1,829
10년 전 조회 1,650
10년 전 조회 1,597
10년 전 조회 1,598
10년 전 조회 1,606
10년 전 조회 1,644
10년 전 조회 1,626
10년 전 조회 1,637
10년 전 조회 1,598
10년 전 조회 1,770
10년 전 조회 1,570
10년 전 조회 1,595
10년 전 조회 1,708