
Originally Posted by
djr33
Not sure if target="_blank" works on the refresh, but it's worth a try.
No it doesn't. I've already tried. If only it were that simple! Thanks for the suggestion though...
Edit: This isn't the most efficient way by any means... but if you can't get the page to open in ...actually ack I just thought of a script here that would prolly work really well...
http://www.dynamicdrive.com/dynamici...ogress_old.htm
Use that... you can just set it on a 30 minute timer, then it can just pop a link in a blank page...
I have looked at this and can't figure out how to get it to work. I'm not very au fait with Javascript. The page I'm using at present is quite simple... and is as follows :
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<html>
<head>
<title>Webcam</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META http-equiv="refresh" content="1800">
</head>
<body>
<div>
<p><img src="http://playafanabe.dyndns.org:1225/record/current.jpg" alt="" /></p>
</div>
</body>
</html>
The macro idea looks a little complicated too... however I'll have a quick go and see if I can get my head round it...
Bookmarks