02/02/2002, 14:28
|
| | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 1 mes 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"> |