Hi,
In a multiuser environment the following happens:
- for one user I load a page that contains external, internal and inline javascript; all runs well. If I load new internal or inline script into that page asynchronously using AJAX I can also run everything well
- for another user using the same client I load all the same things; the external, internal and inline javascript of the original page (so not the AJAX part) works perfect. When I load the AJAX part into the page only the internal javascript works (that's the code in the body of the <script> tag); the inline javascript (eg <button onclick="doSomething();">) is not responding; it seems as if the event doesn't get triggered
Does anyone have a clue how this setting could be different among two users on the same client (its not due the security zone settings since most javascript does work). We think it could be a registry setting but have no idea which one; or maybe we have it completely wrong and it's due to something else.
So if you have an idea, your help would be appreciated,
regards, PJ