
Originariamente inviata da
Vincent.Zeno
che casino di codice...

dovresti ripassare le guide di base sulla costruzione di un documento html
metti questo in body
codice:
<iframe name="Right" src="http://192.161.1.11/arduino/tempset/2/1"></iframe>
<a href="#" onclick="refreshIframe(); return false;"><img src="piu.png" width="80" height="80" alt="" ></a>
<script type="text/javascript">
function refreshIframe() {
var ifr = document.getElementsByName('Right')[0];
ifr.src = ifr.src;
}
</script>
non ho capito un cosa: che c'entra l'iframe con demo_iframe.htm ?