Demo controls
Back-
%ClockChime.time%
(custom)
%ClockChime.time%<br>
hello! <a href="/test">test</a> -
New window
(window)
URL: http://google.com/
-
<#LANG_URL#>
(url)
URL: http://google.com/
- Select box (selectbox)
-
<#LANG_TEXT_BOX#>
(textbox)
- Alarm time (timebox)
-
Камера
(custom)
<script> var i = 1, int, cont, img; cont = document.body; int = setInterval(function () { img = document.createElement('img'); img.src = 'http://192.168.1.36/snapshot.jpg?rand=' + Math.random() + ''; img.style.zIndex = i++; //img.style.position = 'absolute'; img.style.width = '200'; cont.appendChild(img); if (document.getElementsByTagName('img').length >= 3) { cont.removeChild(document.getElementsByTagName('img')[0]); } }, 1000); </script> <div id="img"> </div>