
04/10/2004, 06:15
|
 | | | Fecha de Ingreso: febrero-2003 Ubicación: Mataro
Mensajes: 365
Antigüedad: 22 años, 2 meses Puntos: 0 | |
Nombre de Word variable de QueryString <%
data = Request.Querystring("data")
Response.ContentType = "application/msword"
Response.AddHeader "Content-Disposition", "attachment; filename=%data%.doc"
%>
Como puedo hacer para que el archivo se llame con una variable de url "Querystring"? |