미리보기 소스 입니다.

· 10년 전 · 635

<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년 전 조회 691
10년 전 조회 748
10년 전 조회 697
10년 전 조회 752
10년 전 조회 630
10년 전 조회 529
10년 전 조회 641
10년 전 조회 557
10년 전 조회 859
10년 전 조회 571
10년 전 조회 556
10년 전 조회 592
10년 전 조회 606
10년 전 조회 660
10년 전 조회 569
10년 전 조회 602
10년 전 조회 756
10년 전 조회 611
10년 전 조회 661
10년 전 조회 649
10년 전 조회 663
10년 전 조회 800
10년 전 조회 665
10년 전 조회 630
10년 전 조회 631
10년 전 조회 742
10년 전 조회 659
10년 전 조회 601
10년 전 조회 622
10년 전 조회 619
10년 전 조회 571
10년 전 조회 590
10년 전 조회 784
10년 전 조회 986
10년 전 조회 818
10년 전 조회 616
10년 전 조회 616
10년 전 조회 579
10년 전 조회 605
10년 전 조회 691
10년 전 조회 626
10년 전 조회 542
10년 전 조회 603
10년 전 조회 991
10년 전 조회 1,445
10년 전 조회 990
10년 전 조회 818
10년 전 조회 781
10년 전 조회 643
10년 전 조회 636
10년 전 조회 653
10년 전 조회 620
10년 전 조회 632
10년 전 조회 666
10년 전 조회 798
10년 전 조회 705
10년 전 조회 1,439
10년 전 조회 996
10년 전 조회 722
10년 전 조회 792
10년 전 조회 1,037
10년 전 조회 756
10년 전 조회 908
10년 전 조회 747
10년 전 조회 861
10년 전 조회 686
10년 전 조회 664
10년 전 조회 670
10년 전 조회 708
10년 전 조회 655
10년 전 조회 735
10년 전 조회 723
10년 전 조회 730
10년 전 조회 863
10년 전 조회 874
10년 전 조회 642
10년 전 조회 946
10년 전 조회 1,300
10년 전 조회 749
10년 전 조회 987
10년 전 조회 977
10년 전 조회 825
10년 전 조회 763
10년 전 조회 739
10년 전 조회 827
10년 전 조회 611
10년 전 조회 634
10년 전 조회 861
10년 전 조회 697
10년 전 조회 658
10년 전 조회 633
10년 전 조회 650
10년 전 조회 658
10년 전 조회 645
10년 전 조회 649
10년 전 조회 667
10년 전 조회 774
10년 전 조회 605
10년 전 조회 636
10년 전 조회 717