Results 1 to 3 of 3

Thread: MARQUEE? URGENT!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Posts
    20

    Exclamation

    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.

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    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?


  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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
  •  



Click Here to Expand Forum to Full Width