Translucent scroller
http://www.dynamicdrive.com/dynamici...centscroll.htm
I'm very new to javascripting within ASP.NET and haven't figured out a few things but have been looking for solutions.
I have a situation where I'm using VS2005 to work on a project that consists of a Master Page and Content Pages (Code-Behind Modal). I'm using the Dataset methods to retrieve data.
What I'm not sure about is how to populate the array within the javascript and would appreciate any help that could be suggested. I do have the scroller working, just need to be able to populate the scroller during runtime.
Also is there a way to update the array every 10 minutes or so.
var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed
scrollercontent[0]='Visit our partner site <a href="http://freewarejava.com">Freewarejava.com </a>for free Java applets!'
scrollercontent[1]='Got JavaScript? <a href="http://www.javascriptkit.com">JavaScript Kit</a> is the most comprehensive JavaScript site online.'
scrollercontent[2]='Link to Dynamic Drive on your site. Please visit our <a href="http://www.dynamicdrive.com/link.htm">links page</a>.'
Thanks again.
Jacky![]()



Reply With Quote

Bookmarks