
Goldc0der
Novice
Nov 21, 2005, 11:24 PM
Views: 1704
|
|
Re: [KevinR] Write text Between Two Tags
|
|
|
Hi KevinR: Heres the content of novidades.htm file: <html> <head> <meta http-equiv="Content-Language" content="pt"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title></title> </head> <body> <a name="[START]"></a> <p><font face="Verdana" size="1"><b><font color="#800000">News 1</font><br> </b>This is the news 1.</font></p> <a name="[END]"></a> <p><font face="Verdana" size="1"><b><font color="#800000">News 2</font><br> </b>This is the news 2.</font></p> <p><font face="Verdana" size="1"><b><font color="#800000">News 3</font><br> </b>This is the news 3.</font></p> </body> </html> The ideia is to catch always the first news and write it on an page (captura.shtml) that as the code: <!--#include virtual="cgi-bin/novidades.pl" --> Thanks again for your help KevinR
(This post was edited by Goldc0der on Nov 21, 2005, 11:39 PM)
|