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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -