반

파일을 엑셀 혹은 워드로 다운 받기

· 2006-08-11 (금) 09:33:12 · 3148
<?
if($DownForWord=="yes"){
header( "Content-type: application/vnd.ms-word" );
header( "Content-Disposition: attachment; filename=${LIST[Company]}.Doc" );
header( "Content-Description: PHP4 Generated Data" );
}
?>
<?
if($DownForExel=="yes"){
header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=${LIST[Company]}.xls" );
header( "Content-Description: PHP4 Generated Data" );
}
?>



<SCRIPT>
function DownForWord(UID,CURRENT_PAGE){
file_url = "<?=$PHP_SELF?>?UID="+UID+"&CURRENT_PAGE="+CURRENT_PAGE+"&DownForWord=yes";
location.href=file_url;
}
function DownForExel(UID,CURRENT_PAGE){
file_url ="<?=$PHP_SELF?>?UID="+UID+"&CURRENT_PAGE="+CURRENT_PAGE+"&DownForExel=yes";
location.href=file_url;
}
</SCRIPT>



<input type="button" name="Button" value="다운(엑셀)" onClick="javascript:DownForExel('<?=$UID;?>','<?=$CURRENT_PAGE;?>');" style="cursor:hand";>
<input type="button" name="Button" value="다운(워드)" onClick="javascript:DownForWord('<?=$UID;?>','<?=$CURRENT_PAGE;?>');" style="cursor:hand";><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
06-08-23 조회 3,811
06-08-23 조회 1,896
06-08-23 조회 3,792
06-08-23 조회 3,445
06-08-23 조회 4,222
06-08-23 조회 4,069
06-08-22 조회 1,903
06-08-22 조회 1,867
06-08-21 조회 4,286
06-08-20 조회 2,704
06-08-20 조회 2,564
06-08-19 조회 2,421
06-08-19 조회 1,999
06-08-18 조회 2,585
06-08-18 조회 2,219
06-08-18 조회 1,867
06-08-18 조회 1,989
06-08-14 조회 1,463
06-08-13 조회 1,717
06-08-12 조회 2,856
06-08-12 조회 1,969
06-08-11 조회 3,235
06-08-11 조회 3,149
06-08-10 조회 2,254
06-08-10 조회 1,807