미리보기 소스 입니다.

· 10년 전 · 642

<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년 전 조회 696
10년 전 조회 756
10년 전 조회 706
10년 전 조회 759
10년 전 조회 634
10년 전 조회 535
10년 전 조회 646
10년 전 조회 567
10년 전 조회 869
10년 전 조회 577
10년 전 조회 562
10년 전 조회 597
10년 전 조회 608
10년 전 조회 666
10년 전 조회 577
10년 전 조회 609
10년 전 조회 759
10년 전 조회 617
10년 전 조회 665
10년 전 조회 654
10년 전 조회 672
10년 전 조회 806
10년 전 조회 671
10년 전 조회 634
10년 전 조회 639
10년 전 조회 748
10년 전 조회 665
10년 전 조회 609
10년 전 조회 629
10년 전 조회 626
10년 전 조회 579
10년 전 조회 596
10년 전 조회 791
10년 전 조회 991
10년 전 조회 826
10년 전 조회 622
10년 전 조회 623
10년 전 조회 583
10년 전 조회 612
10년 전 조회 703
10년 전 조회 636
10년 전 조회 546
10년 전 조회 608
10년 전 조회 993
10년 전 조회 1,451
10년 전 조회 997
10년 전 조회 826
10년 전 조회 789
10년 전 조회 646
10년 전 조회 643
10년 전 조회 658
10년 전 조회 625
10년 전 조회 641
10년 전 조회 669
10년 전 조회 802
10년 전 조회 709
10년 전 조회 1,451
10년 전 조회 998
10년 전 조회 730
10년 전 조회 797
10년 전 조회 1,042
10년 전 조회 758
10년 전 조회 916
10년 전 조회 754
10년 전 조회 868
10년 전 조회 694
10년 전 조회 675
10년 전 조회 678
10년 전 조회 714
10년 전 조회 663
10년 전 조회 745
10년 전 조회 731
10년 전 조회 735
10년 전 조회 873
10년 전 조회 880
10년 전 조회 651
10년 전 조회 952
10년 전 조회 1,306
10년 전 조회 755
10년 전 조회 995
10년 전 조회 983
10년 전 조회 827
10년 전 조회 771
10년 전 조회 744
10년 전 조회 832
10년 전 조회 616
10년 전 조회 643
10년 전 조회 866
10년 전 조회 703
10년 전 조회 666
10년 전 조회 638
10년 전 조회 658
10년 전 조회 670
10년 전 조회 654
10년 전 조회 652
10년 전 조회 678
10년 전 조회 783
10년 전 조회 616
10년 전 조회 641
10년 전 조회 724