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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -