Any idea what the code is for auto refreshing a page? I've put the cam in its own page but don't know how to get it to refresh. Any ideas? PeteG
Try putting <meta http-equiv="refresh" content="0;url=nextpage.html">
It's effect is to automatically load the nextpage.htm in the number of seconds specified. So stick the same pages url in that bit. Or just leave out url=nextpage.htm.
TBH, its been a while...