How to refresh a page with a Java applet running?

Hi Guys.

My web cam page uses a Java App to reload th epage every 30 seconds. This generates a fair bit of netwrok traffic.

I wish to add a Time Out facility to this web cam page in order to reduce the network traffic, and am trying to use a page refresh:

to load a different page after 5 minutes and hence stop the Java App.

This does not seem to work.

Any ideas how I can do this.

Many thanks in advance

Mat Mackenzie

Matt,

Not sure but first i would change this line to use a full URL:

<meta http-equiv="refresh" content="300; URL=weathercentral_cam_timeout.htm">

Something like this:

<meta http-equiv="refresh" content="300; URL=http://www.s119568945.websitehome.co.uk/weathercentral_cam_timeout.htm">

Then check it using the actual page, http://www.s119568945.websitehome.co.uk/weathercentral_cam.htm. If it works then see what happens in your frameset, not sure how frames affect meta redirect tags myself…

-Bob

Bob

Thanks for the reply. I really don’t know what I was/am doing wrong with that HTML - just can’t get it working.

So… found a pice of Java which works fine.

All the best

Mat