Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/02/2002, 14:28
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 22 años, 3 meses
Puntos: 1
Re: Formulario directo a un txt

hola amigo Chente
Se puede hacer al menos te lo puedo decir con ASP


<%
Set ts=Server.CreateObject("Scripting.FileSystemO bject")

If ts.fileexists("ruta del archivo\nombre.txt") Then

Set Archivotexto=ts.openTextFile("ruta del archivo\nombre.txt")
ArchivoTexto.Writeline(Request.Form("NombreDE tuCaja"))
ArchivoTexto.close

Else

Set ArchivoTexto=ts.CreateTextFile("ruta del archivo\nombre.txt")
ArchivoTexto.Writeline(Request.Form("NombreDE tuCaja"))
ArchivoTexto.close

%>


salu2 :) ;)

<embed src="http://www.autocar.com.mx/images/logo.swf" type="application/x-shockwave-flash" width="468" height="60" play="true" wmode="transparent" menu="false" loop="true">