배추게시판을 쓰고있는데요 다운로드 팝업이란 기능을 사용하고 있습니다.
파일을 누르면 바로 다운로드 되는것이 아니라 다운로드 팝업창이 뜨고 나서
파일다운로드 버튼을 눌러야 파일이 다운되는데요
파일 다운로드 버튼을 약 3초 있다가 뜨게 하고 싶은데요
아래 소스에서 어떻게 변경하면 가능한가요?
include_once("_common.php");
include_once("$board_skin_path/mw.lib/mw.skin.basic.lib.php");
//if (!$is_member) alert_close("회원만 이용 가능합니다.");
include_once("$g4[path]/head.sub.php");
?>
<style type="text/css">
.ci_title { font-size:15px; font-weight:bold; background-color:#efefef; padding:10px; }
.ci_info { margin:20px 0 0 20px; line-height:20px; font-size:13px; }
.ci_file { border-top:1px solid #9a9a9a; border-left:1px solid #9a9a9a; border-right:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; height:20px; font-size:12px; padding:2px; }
.ci_button { background-color:#efefef; cursor:pointer; }
.ci_buttons { text-align:center; margin:20px 0 0 0; height:50px; }
</style>
<div class="ci_title"> ▶ 파일다운로드 </div>
<div class="ci_info">
<?=$mw_basic[cf_download_popup_msg]?>
<div class="ci_buttons">
<input type="button" class="ci_button" value="파일 다운로드"
onclick="location.href='<?=$g4[bbs_path]?>/download.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>&no=<?=$no?>'">
</div>
</div>
<?
include_once("$g4[path]/tail.sub.php");
?>
파일을 누르면 바로 다운로드 되는것이 아니라 다운로드 팝업창이 뜨고 나서
파일다운로드 버튼을 눌러야 파일이 다운되는데요
파일 다운로드 버튼을 약 3초 있다가 뜨게 하고 싶은데요
아래 소스에서 어떻게 변경하면 가능한가요?
include_once("_common.php");
include_once("$board_skin_path/mw.lib/mw.skin.basic.lib.php");
//if (!$is_member) alert_close("회원만 이용 가능합니다.");
include_once("$g4[path]/head.sub.php");
?>
<style type="text/css">
.ci_title { font-size:15px; font-weight:bold; background-color:#efefef; padding:10px; }
.ci_info { margin:20px 0 0 20px; line-height:20px; font-size:13px; }
.ci_file { border-top:1px solid #9a9a9a; border-left:1px solid #9a9a9a; border-right:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; height:20px; font-size:12px; padding:2px; }
.ci_button { background-color:#efefef; cursor:pointer; }
.ci_buttons { text-align:center; margin:20px 0 0 0; height:50px; }
</style>
<div class="ci_title"> ▶ 파일다운로드 </div>
<div class="ci_info">
<?=$mw_basic[cf_download_popup_msg]?>
<div class="ci_buttons">
<input type="button" class="ci_button" value="파일 다운로드"
onclick="location.href='<?=$g4[bbs_path]?>/download.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>&no=<?=$no?>'">
</div>
</div>
<?
include_once("$g4[path]/tail.sub.php");
?>
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기