미리보기 소스 입니다.

· 10년 전 · 1537

<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년 전 조회 1,596
10년 전 조회 1,580
10년 전 조회 1,637
10년 전 조회 1,559
10년 전 조회 1,585
10년 전 조회 1,486
10년 전 조회 1,403
10년 전 조회 1,518
10년 전 조회 1,412
10년 전 조회 1,774
10년 전 조회 1,467
10년 전 조회 1,482
10년 전 조회 1,466
10년 전 조회 1,492
10년 전 조회 1,556
10년 전 조회 1,452
10년 전 조회 1,479
10년 전 조회 1,672
10년 전 조회 1,475
10년 전 조회 1,566
10년 전 조회 1,549
10년 전 조회 1,556
10년 전 조회 1,702
10년 전 조회 1,557
10년 전 조회 1,561
10년 전 조회 1,534
10년 전 조회 1,641
10년 전 조회 1,557
10년 전 조회 1,511
10년 전 조회 1,512
10년 전 조회 1,551
10년 전 조회 1,584
10년 전 조회 1,520
10년 전 조회 1,711
10년 전 조회 1,862
10년 전 조회 1,794
10년 전 조회 1,561
10년 전 조회 1,559
10년 전 조회 1,499
10년 전 조회 1,498
10년 전 조회 1,598
10년 전 조회 1,506
10년 전 조회 1,475
10년 전 조회 1,534
10년 전 조회 1,869
10년 전 조회 2,335
10년 전 조회 1,906
10년 전 조회 1,723
10년 전 조회 1,572
10년 전 조회 1,538
10년 전 조회 1,565
10년 전 조회 1,539
10년 전 조회 1,546
10년 전 조회 1,546
10년 전 조회 1,710
10년 전 조회 1,619
10년 전 조회 2,368
10년 전 조회 1,888
10년 전 조회 1,647
10년 전 조회 1,734
10년 전 조회 1,943
10년 전 조회 1,634
10년 전 조회 1,855
10년 전 조회 1,687
10년 전 조회 1,797
10년 전 조회 1,629
10년 전 조회 1,587
10년 전 조회 1,583
10년 전 조회 1,634
10년 전 조회 1,610
10년 전 조회 1,663
10년 전 조회 1,677
10년 전 조회 1,651
10년 전 조회 1,812
10년 전 조회 1,814
10년 전 조회 1,608
10년 전 조회 1,904
10년 전 조회 2,229
10년 전 조회 1,683
10년 전 조회 1,955
10년 전 조회 1,916
10년 전 조회 1,762
10년 전 조회 1,740
10년 전 조회 1,684
10년 전 조회 1,785
10년 전 조회 1,544
10년 전 조회 1,624
10년 전 조회 1,843
10년 전 조회 1,658
10년 전 조회 1,604
10년 전 조회 1,608
10년 전 조회 1,620
10년 전 조회 1,652
10년 전 조회 1,630
10년 전 조회 1,653
10년 전 조회 1,607
10년 전 조회 1,783
10년 전 조회 1,582
10년 전 조회 1,604
10년 전 조회 1,721