Re: Tentokráte Javascript

From: Jiri Matejka <matejka (zavinac)>
Date: Wed, 19 Oct 2011 16:47:22 +0200
musel jsem si to zkusit, ale funguje to

<html>
<head>
<script>
function fce_na_navstevniky(){alert('test');}
var auto_refresh = setInterval('fce_na_navstevniky()', 10000);
window.onload = fce_na_navstevniky;
</script>
</head>
<body>
</body>
</html>

DFly


> Tak jsem navrženou úpravu zkoušel, ale nefungovala. Nicméně jste mě
> nakopnul s událostí window.onload.
Received on 19. 10. 2011, 16:47 CEST

This archive was generated by hypermail 2.2.0 : 19. 10. 2011, 16:48 CEST