Webbrowser.refresh
Hello I am trying to create a program that uses the webbrowser. I have two buttons included on this program one thats called play and one thats called stop. The webbrowser is linked to a snapshot image from an ip camera. When the play button his hit I would like to have the webbrowser refresh continuously until the stop button is hit so that it looks like a live feed is occurring in the program. Can anyone help me out here? Any ideas on webpages to go to for tutorials on this or anything?
[498 byte] By [
dfogal] at [2007-11-20 11:40:16]

# 1 Re: Webbrowser.refresh
To be completely honest, refreshing at a high interval is not the smartest idea. You should use AJAX (Asynchronous JavaScript with XML) to accomplish that.
# 3 Re: Webbrowser.refresh
Well, Google will return many options/tutorials ( http://www.google.com/search?source=ig&hl=en&rlz=&q=ajax+tutorial&btnG=Google+Search) for you. I also have an AJAX object ( http://www.peejavery.com/coding/ajax/object.php) on my site that is very useful.