Click to See Complete Forum and Search --> : Streaming Ticker in Frames (Java?)
Wayward Son
10-24-2005, 07:35 PM
I have a website (a game) that mainly uses ASP and VBscript attached to a SQL database. I want to take information from the database and stream it to my users in a frame that is constantly updating. I have asumed that Java would be the best way to do this, but I know very little about it. Can someone steer me in the right direction with either Java or a related product?
Thanks.
Wayward Son
11-01-2005, 02:18 PM
Nobody can help me out here?
ray326
11-01-2005, 05:43 PM
You can do that with Javascript using (old) Inner Browsing techniques or (new) AJAX. It's almost identical to one of the Inner Browsing demos on the old Netscape devedge site, now only available by time machine (http://web.archive.org/web/20031215233120/devedge.netscape.com/).