Industrial-Strength Wireless Webcam
Pages: 1, 2, 3
Setting up your web page
I think an attractive web page serves as a nice frame for your webcam pictures. Be sure to include links to other areas of your site, add your logo, write some text about the event that establishes the situation, list the date and time for your next scheduled webcam broadcast, and offer archived copies of past events for download.
Don't forget to add a couple lines of HTML to the head of your document instructing the page to automatically refresh at a specified interval. I like the page to reload every 60 seconds, so here's the way I write those instructions:
<head>
<meta http-equiv="refresh" content="60">
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<title>My Webcam Page</title>
</head>
In the body of your page, just add the image source link so your page grabs the uploaded pictures:







