미리보기 소스 입니다.

· 10년 전 · 591

<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년 전 조회 618
10년 전 조회 689
10년 전 조회 632
10년 전 조회 697
10년 전 조회 572
10년 전 조회 475
10년 전 조회 593
10년 전 조회 498
10년 전 조회 820
10년 전 조회 509
10년 전 조회 492
10년 전 조회 532
10년 전 조회 535
10년 전 조회 605
10년 전 조회 501
10년 전 조회 548
10년 전 조회 689
10년 전 조회 554
10년 전 조회 598
10년 전 조회 599
10년 전 조회 592
10년 전 조회 750
10년 전 조회 615
10년 전 조회 578
10년 전 조회 592
10년 전 조회 701
10년 전 조회 612
10년 전 조회 558
10년 전 조회 567
10년 전 조회 575
10년 전 조회 527
10년 전 조회 544
10년 전 조회 737
10년 전 조회 920
10년 전 조회 772
10년 전 조회 569
10년 전 조회 569
10년 전 조회 533
10년 전 조회 555
10년 전 조회 652
10년 전 조회 575
10년 전 조회 494
10년 전 조회 549
10년 전 조회 946
10년 전 조회 1,392
10년 전 조회 938
10년 전 조회 763
10년 전 조회 739
10년 전 조회 590
10년 전 조회 592
10년 전 조회 601
10년 전 조회 571
10년 전 조회 585
10년 전 조회 619
10년 전 조회 748
10년 전 조회 661
10년 전 조회 1,390
10년 전 조회 946
10년 전 조회 669
10년 전 조회 747
10년 전 조회 972
10년 전 조회 709
10년 전 조회 861
10년 전 조회 697
10년 전 조회 808
10년 전 조회 638
10년 전 조회 621
10년 전 조회 623
10년 전 조회 659
10년 전 조회 610
10년 전 조회 688
10년 전 조회 682
10년 전 조회 670
10년 전 조회 817
10년 전 조회 823
10년 전 조회 595
10년 전 조회 886
10년 전 조회 1,239
10년 전 조회 702
10년 전 조회 934
10년 전 조회 919
10년 전 조회 775
10년 전 조회 703
10년 전 조회 671
10년 전 조회 777
10년 전 조회 554
10년 전 조회 583
10년 전 조회 805
10년 전 조회 647
10년 전 조회 587
10년 전 조회 570
10년 전 조회 594
10년 전 조회 612
10년 전 조회 591
10년 전 조회 596
10년 전 조회 625
10년 전 조회 726
10년 전 조회 549
10년 전 조회 586
10년 전 조회 660