게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
엑셀 다운로드인데요... |
---|
작성자: 조보영
작성일시: 2005-03-21 17:39,
조회수: 1,034
|
<%
IF down = "4" then strSQL = "SELECT * FROM T_news ORDER by news_idx DESC" set rs=server.CreateObject("ADODB.RecordSet") openconnection rs.open strSQL,cn,1 if Not(rs.EOF) then NoData = false %> <!--Excel Procedure Start--> <table border=0 cellpadding=0 cellspacing=0 width=576> <tr height=16 style='height:12.0pt' bgcolor="yellow"> <td height=16 style='height:12.0pt;width:48pt'>NUM</td> <td style='width:48pt'>TITLE</td> <td style='width:48pt'>LINK</td> <td style='width:48pt'>NOTE</td> <td style='width:48pt'>DATE</td> <td style='width:48pt'>FILE</td> <td style='width:48pt'>HIT</td> <td style='width:48pt'>Register Date</td> </tr> <% num = 1 do until rs.EOF %> <tr height=16 style='height:12.0pt'> <TD><%=num%></td> <Td><%=rs("news_title")%></TD> <td><%=rs("news_link")%></td> <td><%=rs("news_note")%></td> <td><%=rs("multi_file")%></td> <td><%=rs("news_cnt")%></td> <td><%=rs("news_RegDate")%></td> </tr> <% rs.movenext num = num + 1 loop rs.close set rs=nothing closeconnection %> </table> <% filename = "NEWSDB" Response.ContentType = "application/vnd.ms-excel" Response.CacheControl = "public" Response.AddHeader "Content-Disposition", "attachment;filename="&filename&".xls" %> <!--Excel Procedure End--> <% else %> <script language=javascript> <!-- alert("NO DATA..") window.location="data_list1.asp" --> </script> <% End IF Response.End END IF %> 디비에 있는 내용을 불러와서 엑셀로 다운로드 받게 하려고 합니다. 근데.... 엑셀로 저장은 아예 되지 않고 웹 브라우저에서 테이블로 보입니다. 제발.... 해결 좀 해주세요. |
IP 주소: 61.33.79.10
|
게시물 | ||||
---|---|---|---|---|
조보영 |
2005-03-21 | 1,034 | ||
1,051 | 2005-03-21 | 2,665 | ||
1,050 |
조보영 |
2005-03-21 | 850 | |
1,049 |
조보영 |
2005-03-21 | 799 | |
1,048 | 2005-03-21 | 2,718 | ||
1,047 |
상황 끝 !!! [1] |
정보문 |
2005-03-19 | 785 |
1,046 | 2005-03-19 | 2,672 | ||
1,045 | 2005-03-17 | 2,664 | ||
1,044 | 2005-03-17 | 2,610 | ||
1,043 |
조보영 |
2005-03-11 | 913 | |
1,042 | 2005-03-11 | 2,704 | ||
1,041 |
조보영 |
2005-03-11 | 800 | |
1,040 |
조보영 |
2005-03-11 | 941 | |
1,039 | 2005-03-11 | 2,498 | ||
1,038 |
조보영 |
2005-03-10 | 765 | |
1,037 | 2005-03-11 | 2,762 | ||
1,035 |
오마르 |
2005-03-10 | 789 | |
1,034 | 2005-03-10 | 2,674 | ||
1,033 |
조보영 |
2005-03-08 | 764 | |
1,032 | 2005-03-09 | 2,693 | ||
1,031 |
오마르 |
2005-03-04 | 872 | |
1,030 |
조보영 |
2005-03-04 | 801 | |
1,029 | 2005-03-04 | 2,569 | ||
1,028 |
자바스크립트 질문입니다. [1] |
조보영 |
2005-03-04 | 756 |
1,027 | 2005-03-04 | 2,769 |