Marquee with Text Deribved from Database

J

John Castle

I have a marquee but want to source its text from database
queries so that I can arrange for messages to time -
expire. Is there an easy way to do this? I can't find any
obvious scripts on the web so far.
 
M

MD WebsUnlimited.com

Hi John,

You'll need to utilize ASP / ASPX to accomplish.

Once you have the database open and have selected the record to display
you'd use.
<marquee><% =rs("Msg") %></marquee>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top