Dear Alistair I am not sure what you want, if you just want the txt file to display, any old text file will display fine: <a href='version.txt'>Version information</a>
If you want the txt file to inline in your HTML, try an IFrame. I don't know how well it plays with other browsers but it looks ok in IE : <iframe width=100% height=50% src='version.txt'></iframe> Stephen > -----Original Message----- > From: Alistair George [mailto:[EMAIL PROTECTED] > Sent: Thursday, 24 July 2003 9:10 a.m. > To: Multiple recipients of list delphi > Subject: Re[2]: [DUG]: Textfile display on web page > > > Hello James(Jim), > Sorry - but what would the html code be for getting this to display?? > > > > Thursday, July 24, 2003, 8:37:26 AM, you wrote: > JJS> On my local IIS http://localhost/version.txt seems to work > > JJS> -----Original Message----- > JJS> From: [EMAIL PROTECTED] > JJS> [mailto:[EMAIL PROTECTED] On Behalf Of Alistair George > JJS> Sent: Thursday, 24 July 2003 8:03 a.m. > JJS> To: Multiple recipients of list delphi > JJS> Subject: [DUG]: Textfile display on web page > > JJS> You can display a graphics file easily enough in html on a web > JJS> page, but how do you display a textfile on a web page? > JJS> I want to display each new version and date of my > software which is in a > JJS> textfile > JJS> on a web site (version.txt). Myprogram links to it for update > JJS> information, so it > JJS> makes sense to use that info as well on the programs web page. > JJS> Anyone know how? html code please. > JJS> Al+ > > JJS> > ------------------------------------------------------------------- > JJS> ----- > JJS> --- > JJS> New Zealand Delphi Users group - Delphi List - > [EMAIL PROTECTED] > JJS> Website: http://www.delphi.org.nz > JJS> To UnSub, send email to: [EMAIL PROTECTED] > JJS> with body of "unsubscribe delphi" > JJS> Web Archive at: > http://www.mail-archive.com/delphi%40delphi.org.nz/ > > JJS> --- > JJS> Incoming mail is certified Virus Free. > JJS> Checked by AVG anti-virus system (http://www.grisoft.com). > JJS> Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003 > > > JJS> --- > JJS> Outgoing mail is certified Virus Free. > JJS> Checked by AVG anti-virus system (http://www.grisoft.com). > JJS> Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003 > > > JJS> > -------------------------------------------------------------- > ------------- > JJS> New Zealand Delphi Users group - Delphi List - > [EMAIL PROTECTED] > JJS> Website: http://www.delphi.org.nz > JJS> To UnSub, send email to: [EMAIL PROTECTED] > JJS> with body of "unsubscribe delphi" > JJS> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ -- Regards, Alistair+ ------------------------------------------------------------------------ --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
