Microsoft Internet
Explorer crashes when you browse to any random web site. The problem
occurs on Microsoft Internet
Explorer version 7.0 and 8.0 and on any random web site.
Solution: Create an AccessProfile for the web site and specify
whether to enable or not enable the Browser Helper Object.
Note: Make
sure that you have Administrator privileges, before you perform the
following steps to resolve this issue.
- Launch AccessStudio.
- Create a basic AccessProfile for the website that displays this
error.
- Enable state editing.
- Create a new state. For example: newstate1.
- Insert a trigger Fire immediately from the start state to newstate1.
- Add an action Run VBScript or JScript.
- Paste the following code in the script:
dim objBHO objBHO = runtime.getBrowserObject() objBHO.enableBHO(false)
- Create another new state. For example: newstate2
- Insert a trigger Fire after specified time from newstate1 to newstate2.
- Set the trigger timeout to be as long as it takes to load the
web page.
- Add an action Run VBScript or JScript
- Paste the following code in the script:
dim objBHO objBHO = runtime.getBrowserObject() objBHO.enableBHO(true)
- Upload the new AccessProfile to the IMS Server.