미리보기 소스 입니다.

· 10년 전 · 587

<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년 전 조회 612
10년 전 조회 684
10년 전 조회 628
10년 전 조회 691
10년 전 조회 561
10년 전 조회 468
10년 전 조회 585
10년 전 조회 490
10년 전 조회 820
10년 전 조회 505
10년 전 조회 480
10년 전 조회 527
10년 전 조회 532
10년 전 조회 601
10년 전 조회 493
10년 전 조회 539
10년 전 조회 681
10년 전 조회 549
10년 전 조회 588
10년 전 조회 596
10년 전 조회 586
10년 전 조회 747
10년 전 조회 614
10년 전 조회 574
10년 전 조회 591
10년 전 조회 699
10년 전 조회 610
10년 전 조회 553
10년 전 조회 564
10년 전 조회 572
10년 전 조회 524
10년 전 조회 541
10년 전 조회 737
10년 전 조회 915
10년 전 조회 768
10년 전 조회 565
10년 전 조회 568
10년 전 조회 530
10년 전 조회 552
10년 전 조회 650
10년 전 조회 572
10년 전 조회 494
10년 전 조회 547
10년 전 조회 944
10년 전 조회 1,388
10년 전 조회 926
10년 전 조회 762
10년 전 조회 737
10년 전 조회 587
10년 전 조회 588
10년 전 조회 599
10년 전 조회 568
10년 전 조회 583
10년 전 조회 613
10년 전 조회 746
10년 전 조회 659
10년 전 조회 1,387
10년 전 조회 942
10년 전 조회 667
10년 전 조회 745
10년 전 조회 959
10년 전 조회 700
10년 전 조회 858
10년 전 조회 694
10년 전 조회 806
10년 전 조회 635
10년 전 조회 619
10년 전 조회 622
10년 전 조회 657
10년 전 조회 609
10년 전 조회 686
10년 전 조회 682
10년 전 조회 667
10년 전 조회 817
10년 전 조회 819
10년 전 조회 594
10년 전 조회 886
10년 전 조회 1,237
10년 전 조회 699
10년 전 조회 933
10년 전 조회 914
10년 전 조회 771
10년 전 조회 701
10년 전 조회 666
10년 전 조회 776
10년 전 조회 553
10년 전 조회 575
10년 전 조회 804
10년 전 조회 644
10년 전 조회 583
10년 전 조회 565
10년 전 조회 591
10년 전 조회 610
10년 전 조회 590
10년 전 조회 596
10년 전 조회 624
10년 전 조회 722
10년 전 조회 548
10년 전 조회 586
10년 전 조회 660