Endless loop in JavaScript that does not trigger warning by browser -
i'm displaying set of images overlay using google maps. displaying these images should in endless loop most browsers detect this, , display warning.
is there way make endless loop in javascript isn't stopped or warned against browser?
try setinterval or settimeout
edit: in simple example: http://n0p.com/so/63011.php
Comments
Post a Comment