|
-
Nov 26th, 2000, 03:58 AM
#1
Thread Starter
Junior Member
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.
-
Nov 26th, 2000, 04:34 AM
#2
Conquistador
if you load the values from a database it can be easy...
then if you are using asp
Code:
<marquee><%=rs("Shares")%></marquee>
but have you considered scrolling it in a text box...
or even in the status bar?
-
Nov 27th, 2000, 12:41 PM
#3
Frenzied Member
Use the innerText property if your trying to change it with client side script.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|