미리보기 소스 입니다.

· 10년 전 · 500

<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년 전 조회 563
10년 전 조회 630
10년 전 조회 582
10년 전 조회 646
10년 전 조회 523
10년 전 조회 423
10년 전 조회 533
10년 전 조회 444
10년 전 조회 731
10년 전 조회 460
10년 전 조회 438
10년 전 조회 479
10년 전 조회 493
10년 전 조회 544
10년 전 조회 456
10년 전 조회 479
10년 전 조회 640
10년 전 조회 488
10년 전 조회 539
10년 전 조회 523
10년 전 조회 544
10년 전 조회 668
10년 전 조회 535
10년 전 조회 491
10년 전 조회 510
10년 전 조회 621
10년 전 조회 533
10년 전 조회 475
10년 전 조회 486
10년 전 조회 490
10년 전 조회 449
10년 전 조회 456
10년 전 조회 668
10년 전 조회 882
10년 전 조회 686
10년 전 조회 490
10년 전 조회 491
10년 전 조회 449
10년 전 조회 471
10년 전 조회 573
10년 전 조회 506
10년 전 조회 421
10년 전 조회 470
10년 전 조회 862
10년 전 조회 1,317
10년 전 조회 886
10년 전 조회 682
10년 전 조회 655
10년 전 조회 520
10년 전 조회 501
10년 전 조회 532
10년 전 조회 497
10년 전 조회 510
10년 전 조회 539
10년 전 조회 667
10년 전 조회 570
10년 전 조회 1,308
10년 전 조회 865
10년 전 조회 580
10년 전 조회 659
10년 전 조회 925
10년 전 조회 644
10년 전 조회 771
10년 전 조회 610
10년 전 조회 715
10년 전 조회 544
10년 전 조회 534
10년 전 조회 524
10년 전 조회 576
10년 전 조회 533
10년 전 조회 594
10년 전 조회 590
10년 전 조회 583
10년 전 조회 738
10년 전 조회 742
10년 전 조회 509
10년 전 조회 814
10년 전 조회 1,174
10년 전 조회 617
10년 전 조회 850
10년 전 조회 850
10년 전 조회 681
10년 전 조회 619
10년 전 조회 599
10년 전 조회 697
10년 전 조회 471
10년 전 조회 504
10년 전 조회 721
10년 전 조회 555
10년 전 조회 520
10년 전 조회 498
10년 전 조회 514
10년 전 조회 522
10년 전 조회 495
10년 전 조회 513
10년 전 조회 537
10년 전 조회 634
10년 전 조회 469
10년 전 조회 493
10년 전 조회 579
🐛 버그신고