I'm trying to include DB content into a message that is scrolling in a textbox on the page. The scrolling is ok, but now the text is static.
In my asp page I want to first load DB content into an array etc.. when the page loads. I then want to somehow call the javascript that does the actual scroll effect.
1: Can I call a javascript function from within the asp page after DB content is retrieved?
2: Does this sounds like a way of doing it? I know it can be hard to mix dynamic content into a client side script... Any other way to possibly do it?
3: Can I store DB stuff in a session and then use it in the javascript, or is session server side stuff?
thanks for anyt help
In my asp page I want to first load DB content into an array etc.. when the page loads. I then want to somehow call the javascript that does the actual scroll effect.
1: Can I call a javascript function from within the asp page after DB content is retrieved?
2: Does this sounds like a way of doing it? I know it can be hard to mix dynamic content into a client side script... Any other way to possibly do it?
3: Can I store DB stuff in a session and then use it in the javascript, or is session server side stuff?
thanks for anyt help