Ver Mensaje Individual
  #9 (permalink)  
Antiguo 17/10/2003, 16:20
pepelucho
 
Fecha de Ingreso: enero-2002
Ubicación: Callao - Perú
Mensajes: 1.127
Antigüedad: 23 años, 4 meses
Puntos: 0
tienes razon empieza con <%@ Language=JavaScript %>, como se puede agregar esta linea de codigo en ese documento:
**********
Email = Session("completeDesc")


Set FSO = Server.CreateObject("Scripting.FileSystemObject")
Set Archivo = FSO.OpenTextFile(server.mappath("datos.doc"),2)
strContenido = Archivo.ReadAll

strContenido = strContenido & vbcrlf & Email

Dim Guardar
Set Guardar = FSO.CreateTextFile(Server.MapPath("datos.doc"), TRUE)
Guardar.Write strContenido

Set Guardar = nothing
Set FSO = nothing
Set Archivo = nothing
__________________
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO