[thelist] JavaScript Ticker tape

Philippe J philippejadin2 at swing.be
Mon Jan 15 12:41:31 CST 2001


> yes and no, yes as it looks, no because I want the content to be from a
text
> file.
>
> so iam gunna use martins idea, and tell them it dont work unless i do it
> this way

Maybe you could use a separate .js file, included on the main page, and
having in this file :

text = "This is the content of the text file";

Dynamic includes of texts files are possible with js, as long as you "fake"
js with a var= declaration.
This is quite nearly what you are looking at. Or maybe I'm totally wrong ;-)

Philippe







More information about the thelist mailing list