Re: Display 'loading' message when scripts are executed and page is still loading
On Apr 30, 10:04 am, Nicolas R wrote:
<snip>
Is there a way to set an interval which checks whether
or not a function is currently being executed,
It is absolutely impossible for javascript to execute a test that will
determine whether other javascript in the same environment is
executing because javascript is single-threaded so if the other
javascript is executing the 'test' will not be, and if the test is
executing the subject of the 'test' cannot be.
or something similar?
Insufficient context!
.
Relevant Pages
- Re: how to handle java script pop ups ??
... javascript is part of a software program ... A program running on the user's computer where the web browser is ... you can't affect something that is executing in the user's ... I doubt whether the API provides such fine ... (comp.lang.ruby) - Re: Visual Studio only debugs javascript in .js files not .aspx fi
... re the javascript is in a script tag in the aspx page. ... To be crystal clear this is for javascript script code that is embeded ... JavaScript that is NOT executing during the execution of the ... (microsoft.public.dotnet.framework.aspnet) - Re: php generate HTML, but being called by javascript
... MagpieRSS to parse out my XML file and I would like to have my php file ... Javascript is executed on the client, ... By the time your javascript starts executing, all of your PHP code has been executed. ... (comp.lang.php) - Re: Mix of javascript, image and href
... I have enclosed an anchor around the image and a small text. ... If the user clicks the image or the text beneat it it should do the same, executing the image asp.net server event. ... I can manage this fine using javascript but the href must contain a character to get the mousehand. ... Additionally, the best practice is not to use "#" in the HREF but rather a link to a page explaining why this functionality doesn't work without JavaScript, or linking to a basic page showing the same content, but without the additional functionality provided by JavaScript. ... (microsoft.public.dotnet.framework.aspnet) - Re: Anti Virus: Improving the current defense strategy.
... i.e. automatically and indiscriminately executing anything possible. ... >head in the sand, and faulting everyone else for running the risk of hurting ... JavaScript, ... From: Information Security ... (comp.security.firewalls) |
|