미리보기 소스 입니다.

· 10년 전 · 1557

<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,616
10년 전 조회 1,609
10년 전 조회 1,656
10년 전 조회 1,573
10년 전 조회 1,603
10년 전 조회 1,502
10년 전 조회 1,423
10년 전 조회 1,540
10년 전 조회 1,432
10년 전 조회 1,790
10년 전 조회 1,489
10년 전 조회 1,509
10년 전 조회 1,486
10년 전 조회 1,510
10년 전 조회 1,577
10년 전 조회 1,470
10년 전 조회 1,507
10년 전 조회 1,690
10년 전 조회 1,492
10년 전 조회 1,598
10년 전 조회 1,578
10년 전 조회 1,577
10년 전 조회 1,720
10년 전 조회 1,576
10년 전 조회 1,582
10년 전 조회 1,553
10년 전 조회 1,663
10년 전 조회 1,576
10년 전 조회 1,536
10년 전 조회 1,539
10년 전 조회 1,567
10년 전 조회 1,599
10년 전 조회 1,539
10년 전 조회 1,735
10년 전 조회 1,883
10년 전 조회 1,811
10년 전 조회 1,580
10년 전 조회 1,573
10년 전 조회 1,518
10년 전 조회 1,519
10년 전 조회 1,617
10년 전 조회 1,526
10년 전 조회 1,496
10년 전 조회 1,542
10년 전 조회 1,889
10년 전 조회 2,350
10년 전 조회 1,929
10년 전 조회 1,740
10년 전 조회 1,589
10년 전 조회 1,558
10년 전 조회 1,583
10년 전 조회 1,551
10년 전 조회 1,558
10년 전 조회 1,561
10년 전 조회 1,731
10년 전 조회 1,638
10년 전 조회 2,384
10년 전 조회 1,906
10년 전 조회 1,661
10년 전 조회 1,747
10년 전 조회 1,963
10년 전 조회 1,650
10년 전 조회 1,879
10년 전 조회 1,701
10년 전 조회 1,811
10년 전 조회 1,644
10년 전 조회 1,605
10년 전 조회 1,602
10년 전 조회 1,647
10년 전 조회 1,622
10년 전 조회 1,684
10년 전 조회 1,696
10년 전 조회 1,675
10년 전 조회 1,831
10년 전 조회 1,835
10년 전 조회 1,628
10년 전 조회 1,923
10년 전 조회 2,239
10년 전 조회 1,707
10년 전 조회 1,972
10년 전 조회 1,930
10년 전 조회 1,780
10년 전 조회 1,756
10년 전 조회 1,698
10년 전 조회 1,804
10년 전 조회 1,561
10년 전 조회 1,639
10년 전 조회 1,854
10년 전 조회 1,670
10년 전 조회 1,627
10년 전 조회 1,628
10년 전 조회 1,640
10년 전 조회 1,668
10년 전 조회 1,648
10년 전 조회 1,666
10년 전 조회 1,628
10년 전 조회 1,794
10년 전 조회 1,604
10년 전 조회 1,622
10년 전 조회 1,735