Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/10/2008, 06:56
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 3 meses
Puntos: 126
Respuesta: Actualizar txt desde form ASP

Hola

Prueba así

Código asp:
Ver original
  1. set wfile = fs.opentextfile("/asp/writefile.txt", ForWriting)
  2. wfile.writeline (text)

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />