I have found a way to scroll a message in a textbox on a page. That is, the message starts at the bottom and slowly fades out on the top of the textbox. But this message is static.
Does anyone know how I can first retrieve some DB info, store it in a table etc and then use it for the scroll?
When the page loads I want to retrieve DB info, store it in a, array etc... and then call the script that does the scrolling.
Is it posible to call a javascript from within an asp page (not when a button is clicked)?
Thanks for any help
Does anyone know how I can first retrieve some DB info, store it in a table etc and then use it for the scroll?
When the page loads I want to retrieve DB info, store it in a, array etc... and then call the script that does the scrolling.
Is it posible to call a javascript from within an asp page (not when a button is clicked)?
Thanks for any help