<% Response.ContentType = "application/vnd.ms-excel" '--excel %> <%Response.AddHeader "Content-Disposition", "attachment; filename=1.xls"%>
<% Response.ContentType="Application/msword" %> <%Response.AddHeader "Content-Disposition", "attachment; filename=1.doc"%>
|