미리보기 소스 입니다.

· 10년 전 · 1575

<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,631
10년 전 조회 1,622
10년 전 조회 1,671
10년 전 조회 1,588
10년 전 조회 1,616
10년 전 조회 1,516
10년 전 조회 1,440
10년 전 조회 1,550
10년 전 조회 1,446
10년 전 조회 1,803
10년 전 조회 1,501
10년 전 조회 1,519
10년 전 조회 1,504
10년 전 조회 1,527
10년 전 조회 1,595
10년 전 조회 1,481
10년 전 조회 1,520
10년 전 조회 1,705
10년 전 조회 1,509
10년 전 조회 1,614
10년 전 조회 1,586
10년 전 조회 1,581
10년 전 조회 1,731
10년 전 조회 1,586
10년 전 조회 1,595
10년 전 조회 1,569
10년 전 조회 1,677
10년 전 조회 1,587
10년 전 조회 1,551
10년 전 조회 1,552
10년 전 조회 1,574
10년 전 조회 1,613
10년 전 조회 1,555
10년 전 조회 1,748
10년 전 조회 1,893
10년 전 조회 1,829
10년 전 조회 1,587
10년 전 조회 1,584
10년 전 조회 1,530
10년 전 조회 1,530
10년 전 조회 1,631
10년 전 조회 1,537
10년 전 조회 1,505
10년 전 조회 1,552
10년 전 조회 1,902
10년 전 조회 2,366
10년 전 조회 1,941
10년 전 조회 1,752
10년 전 조회 1,598
10년 전 조회 1,576
10년 전 조회 1,596
10년 전 조회 1,557
10년 전 조회 1,566
10년 전 조회 1,567
10년 전 조회 1,740
10년 전 조회 1,645
10년 전 조회 2,393
10년 전 조회 1,911
10년 전 조회 1,675
10년 전 조회 1,766
10년 전 조회 1,972
10년 전 조회 1,660
10년 전 조회 1,888
10년 전 조회 1,712
10년 전 조회 1,818
10년 전 조회 1,654
10년 전 조회 1,613
10년 전 조회 1,613
10년 전 조회 1,662
10년 전 조회 1,632
10년 전 조회 1,693
10년 전 조회 1,699
10년 전 조회 1,693
10년 전 조회 1,847
10년 전 조회 1,843
10년 전 조회 1,635
10년 전 조회 1,938
10년 전 조회 2,244
10년 전 조회 1,718
10년 전 조회 1,977
10년 전 조회 1,937
10년 전 조회 1,791
10년 전 조회 1,769
10년 전 조회 1,708
10년 전 조회 1,815
10년 전 조회 1,572
10년 전 조회 1,654
10년 전 조회 1,866
10년 전 조회 1,683
10년 전 조회 1,638
10년 전 조회 1,638
10년 전 조회 1,654
10년 전 조회 1,682
10년 전 조회 1,659
10년 전 조회 1,673
10년 전 조회 1,632
10년 전 조회 1,804
10년 전 조회 1,612
10년 전 조회 1,634
10년 전 조회 1,742