|
From: <ant...@pt...> - 2005-03-14 16:47:32
|
Hello Naudts Try this: At the url bar (were you write http://www.some.url.com) you type *about:config* then you type at the Filter bar *dom.max_script_run_time *because js is a client side script you run (as you already know) in a sandbox, this is another restriction to avoid DOS attacks. The variable is in seconds and the default value is 5. Hope this help you. We must say despite this variable, if mozilla code thinks is in a loop it will try to break anyway. Cheers Antonio naudts guido wrote: >Hallo, >I want to signal two problems I have with firefox and >javascript programming. Any solutions are welcome: >1) running in a loop is something with happens >frequently when testing inference programs. Is there >any possibility to interrupt the execution of the >javascript? >2) Some of my tests cause the message: >"A script is slowing down your application etc..." to >appear, though there are no erros in this script. Is >there a possibility of supressing this message from >appearing? >Greetings, Guido > > >Guido Naudts >Lic. zoologie >Ir.informatica >Adviseur Department of Justice >Secretarisdreef 5 >2288 Bouwel >Belgium > > > > > >__________________________________ >Do you Yahoo!? >Yahoo! Small Business - Try our new resources site! >http://smallbusiness.yahoo.com/resources/ > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Eulermoz-developers mailing list >Eul...@li... >https://lists.sourceforge.net/lists/listinfo/eulermoz-developers > > |