Guest Júnior ASP Postado Dezembro 13, 2003 Denunciar Share Postado Dezembro 13, 2003 Olá, alguém poderia me explicar como eu faco para gravar em arquivo txt?como um sistema de blog... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 bolomaster Postado Dezembro 13, 2003 Denunciar Share Postado Dezembro 13, 2003 Ola amigo eu vou te mostrar um exemplo de livro de visitas que grava em arquivos de textos.. qualquer duvida. é so postar<table border="0" width="100%" cellpadding="0" cellspacing="0" class="fonte"> <tr> <td width="5%"> <div align="center"></div></td> <td width="22%" bgcolor="#3399FF"> </td> <td width="45%"><img src="Imagens/Titulo_pag_alu.gif" width="358" height="43"></td> <td width="24%" bgcolor="#3399FF"> </td> <td width="4%"> </td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"> </td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"> </td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"><img src="Imagens/Icon_tocha.gif" width="34" height="40"><strong>Livro de Visitas</strong></td> </tr> <tr> <td colspan="5" bgcolor="#FFFFFF"> <hr> <p align="center"> </td> </tr></table><p style="margin-top: 0; margin-bottom: 0"> </p><div align="center"> <center> <table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="109"><img border="0" src="Imagens/livro.gif" width="119" height="81"></td> <td width="145" bgcolor="#FFCC66"> <p align="center"><a class="link1" href="assina.asp">Assinar</a></p> <p align="center"><a class="link1" href="todas.asp">Ver todas Assinaturas</a></p> </td> </tr> </table> </center></div><%dim objeto, texto, cont, total, soma, linhaSet objeto = CreateObject("Scripting.FileSystemObject")Set cont = Objeto.OpenTextFile(Server.MapPath("cont.txt")) total = cont.ReadLine soma = total - 19cont.closeif soma < 0 then soma = 0end ifSet texto = objeto.OpenTextFile(Server.MapPath("Mensagens.txt"))response.write "<div align='center'><center><table width='400'><td>"Do While texto.AtEndOfStream <> true linha = texto.ReadLine if linha = "<" & soma then for i = soma to total if linha = "<" & i then linha = texto.ReadLine response.write "<tr><td width='100%' align='center'><p>" response.write "<hr></hr>" Do While linha <> i & ">" response.write linha & "<br>" linha = texto.ReadLine loop response.write "</td></tr>" on error resume next linha = texto.ReadLine end if next end ifloopresponse.write "</td></table></center></div>"Texto.close%><table border="0" width="100%" bgcolor="#FFFFFF"> <tr> <td width="100%"> <p align="center"> </p> </td> <td> <p align="right"> </td> </tr></table></body> </html>falou qualquer duvida é so falar Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest Júnior ASP
Olá,
alguém poderia me explicar como eu faco para gravar em arquivo txt?
como um sistema de blog...
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.