1. Server Push |
|
|
|
This method opens a persistent connection between our server and your browser. It then downloads the images as they change to your page, without reloading the whole page. Currently supported by Netscape only. We have limited this demo to 40 seconds approx. |
| Make this my default |
2. Floating Frame |
|
| This Method uses an Internet Explorer Tag IFRAME, to present a Web Page within a webpage. The Image here is actually a small web page which reloads using client pull at 5 second intervals. | |
| Make this my default |
3. Our old friend Java. |
|
|
To the left, is a Java Applet showing the image changing at 5 second intervals. If you don't see the image, you may have Java turned off, or maybe your browser doesn't support it. |
|
| Make this my default |
4. Client PullClient Pull uses a META tag to refresh the entire Web Page at Intervals. This is the method we have been using until recently, and works for virtually every browser, though some find the page refresh a little irritating. We don't demonstrate it here, as it would affect the demos above.This is your current default. |