Forum Moderators: open

Message Too Old, No Replies

Marquee that reads from seperate text file

         

djingo

5:39 pm on Oct 14, 2006 (gmt 0)

10+ Year Member



I need a marquee that reads the text from a seperate text file.

Anyone know where I can get the code?

jimbeetle

5:51 pm on Oct 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Any one of the script downloading sites will have a pretty good selection of flavors to suit your tasts.

penders

11:42 am on Oct 15, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Does your separate text file just contain the text that needs to scroll, - can it contain any additional JavaScript? Do you have access to server-side scripting?

MatthewHSE

8:13 pm on Oct 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How about using server side includes?

<marquee><!--#include virtual="/path/to/file.txt"--></marquee>