load .txt into html
load .txt into html
- Started
- Last post
- 3 Responses
- honkytonk
okay, sounds goofy, but I have an updateable .txt that loads into a .swf - is there a way to load that updated .txt into a page of the html-only version of a site? Thanks.
- CAJTBr0
yes, there are several ways.
does your server allow you to use asp, php, server side includes, perl, anything like that?
if so, you could probably set the system up in an hour or two even without any programming knowledge.
if not, you could do it with javascript includes, but then you'd have to include some javascript in the text file (and thus couldn't use the same file for both versions of the site).
- lvl_thirteen0
sure as a cfm #include.
- sp0
You can do it with Server Side Includes.