I wrote an ASP application that we recently modified to be more browser friendly. For the most part this means I took any client side VBScript and rewrote it in javascript. Most client side script was already in javascript - just a few pages required changing.
Since then I have had 3 users report issues with the program. (There are 20-30 who use it everyday with another 50 that use it periodically.) So far the fix has been to register jscript.dll. It seems however, that you have to do this multiple times before it stays fixed. Interestingly, the buttons that I press to test for the issue were not part of the changes I did - they already were in javascript. So the problem may not have anything to do with the rewrites - the rewrites just makes the problem more noticible.
We have also been rolling out a JAVA update to our users. I don't believe any other software has been deployed to these users computer's recently - except maybe some MS Patches. Is it possible the JAVA update is causing issues?
What causes jscript to unregister - or become corrupt? Why do we sometimes have to re-register it again after a reboot?
Nancy Forbes