Temat: onmousemove
<script>
function fun1()
{
var a = document.getElementById("ikona");
//a.width = a.width-10;
//a.height = a.height-10;
//if (a.width<=0) document.location.href = "https://ti.dxe.pl/";
setTimeout(function(){ document.location.href = "https://ti.dxe.pl/"; }, 5000);
}
</script>
<br><br><br><br><br><br><br><br><br>
<center><img src="przystanek-cicle_318-10685.webp" id="ikona" height="200" width="200" onmousemove="fun1()"></center>