Apokarteron said:What? can you access CCTV cameras from the internet? how?
Holiday said:OOOOOOK, Holiday is here to save the day!!!!!!
You might not be aware of this but you can use an html document as your background! all you have to do is create an html doc that displays the video, if you don't know much about web design or html just give me the site and the information I need to know and I will create the html file for you![]()
Holiday
as am i... how might we go about making an html document our background???shupola said:please elaborate. im interested.![]()
<html>
<head>
<title>Redirection</title>
<noscript>
<meta http-equiv="refresh" content="2; URL=http://bennykiel.com/">
</noscript>
<script language="JavaScript">
<!--
var sTargetURL = "http://bennykiel.com/";
function doRedirect()
{
setTimeout( "window.location.href = sTargetURL", 2*1000 );
}
//-->
</script>
<script language="JavaScript1.1">
<!--
function doRedirect()
{
window.location.replace( sTargetURL );
}
doRedirect();
//-->
</script>
</head>
<body onload="doRedirect()">
<p>Loading <a href="redirectiontarget.htm">redirection target</a></p>
<p>In approx. 2 seconds the redirection target page should load.<br>
If it doesn't please select the link above.</p>
</body>
</html>