미리보기 소스 입니다.

· 10년 전 · 1284

<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,341
10년 전 조회 1,384
10년 전 조회 1,324
10년 전 조회 1,338
10년 전 조회 1,260
10년 전 조회 1,163
10년 전 조회 1,289
10년 전 조회 1,158
10년 전 조회 1,499
10년 전 조회 1,214
10년 전 조회 1,228
10년 전 조회 1,212
10년 전 조회 1,234
10년 전 조회 1,294
10년 전 조회 1,203
10년 전 조회 1,217
10년 전 조회 1,417
10년 전 조회 1,218
10년 전 조회 1,326
10년 전 조회 1,294
10년 전 조회 1,311
10년 전 조회 1,426
10년 전 조회 1,295
10년 전 조회 1,251
10년 전 조회 1,270
10년 전 조회 1,386
10년 전 조회 1,268
10년 전 조회 1,224
10년 전 조회 1,246
10년 전 조회 1,260
10년 전 조회 1,322
10년 전 조회 1,241
10년 전 조회 1,462
10년 전 조회 1,616
10년 전 조회 1,510
10년 전 조회 1,273
10년 전 조회 1,268
10년 전 조회 1,233
10년 전 조회 1,225
10년 전 조회 1,350
10년 전 조회 1,273
10년 전 조회 1,219
10년 전 조회 1,272
10년 전 조회 1,623
10년 전 조회 2,081
10년 전 조회 1,660
10년 전 조회 1,489
10년 전 조회 1,458
10년 전 조회 1,296
10년 전 조회 1,285
10년 전 조회 1,302
10년 전 조회 1,264
10년 전 조회 1,272
10년 전 조회 1,307
10년 전 조회 1,466
10년 전 조회 1,369
10년 전 조회 2,095
10년 전 조회 1,633
10년 전 조회 1,379
10년 전 조회 1,467
10년 전 조회 1,714
10년 전 조회 1,387
10년 전 조회 1,575
10년 전 조회 1,401
10년 전 조회 1,521
10년 전 조회 1,366
10년 전 조회 1,331
10년 전 조회 1,329
10년 전 조회 1,362
10년 전 조회 1,363
10년 전 조회 1,393
10년 전 조회 1,420
10년 전 조회 1,395
10년 전 조회 1,549
10년 전 조회 1,532
10년 전 조회 1,325
10년 전 조회 1,626
10년 전 조회 1,976
10년 전 조회 1,427
10년 전 조회 1,680
10년 전 조회 1,640
10년 전 조회 1,492
10년 전 조회 1,441
10년 전 조회 1,409
10년 전 조회 1,524
10년 전 조회 1,258
10년 전 조회 1,350
10년 전 조회 1,567
10년 전 조회 1,391
10년 전 조회 1,389
10년 전 조회 1,336
10년 전 조회 1,379
10년 전 조회 1,363
10년 전 조회 1,364
10년 전 조회 1,397
10년 전 조회 1,324
10년 전 조회 1,501
10년 전 조회 1,328
10년 전 조회 1,334
10년 전 조회 1,425