auto-scroll the result of a SQL query
Hi guys,
I have a requirement of making the result of a SQL query scroll automatically in vertical manner.
Which should look something "similar" to this text box in the url http://www.hypergurl.com/verticaltext.html .
Instead of the contents of the text box, I need to include the result of an SQL query.
I have tried modifying the javascript given in the url which is giving me this result.
http://apex.oracle.com/pls/otn/f?p=21470:1
I have replaced the scrollercontent value with document.getElementById(id_assigned_to_result_of_SQL_query)