PDA

Click to See Complete Forum and Search --> : MARQUEE? URGENT!!


vbdeveloper
Nov 26th, 2000, 02:58 AM
Dear Reader,
I have a question for the Marquee element.

Whenever we create a marquee using the start and end marquee tags, the text that appears in between the start and the end tags is specified at design time.

My question is can we insert this text at run time dynamically.

For ex:
If i want to display the company name and its stock rate for say 10 companies. Now the stock rate can change any time. So how do i populate the text in the marquee to display the latest rates.

Thank you in advance.
All responses are heartly accepted.

da_silvy
Nov 26th, 2000, 03:34 AM
if you load the values from a database it can be easy...

then if you are using asp


<marquee><%=rs("Shares")%></marquee>


but have you considered scrolling it in a text box...

or even in the status bar?

monte96
Nov 27th, 2000, 11:41 AM
Use the innerText property if your trying to change it with client side script.