Tuesday, July 6, 2010

Object doesn't support this property or method Javascript ie8 ie7 mozilla asp.net html

When running some web pages you may receive the following error message

Error: Object doesn't support this property or method.


The causes of this error message is

* A problem in the HTML source code of the Web page.
* Active scripting, ActiveX controls, or Java programs are blocked on your
* computer or on the network. Internet Explorer or another program, such as
antivirus programs or firewalls, can be configured to block Active scripting, ActiveX controls, or Java programs.

* Antivirus software is configured to scan your "Temporary Internet Files" or "Downloaded Program Files" folders.

* The scripting engine on your computer is corrupted or outdated.
* Internet-related folders on your computer are corrupted.
*Your video card drivers are corrupted or outdated.
*The DirectX component on your computer is corrupted or outdated.

To resolve this error first try to disable script debugging. In ie6 follow the following steps

* On the Tools menu, click Internet Options.

* On the Advanced tab, click to select the Disable script debugging check box. and then click OK .

In ie7 follow the below steps

* On the Tools menu, click Internet Options.

* On the Advanced tab, click to clear the Display a notification about every script error check box, and then click OK.

Verify that Active Scripting, ActiveX, and Java are not being blocked by Internet Explorer. To do this

* Start Internet Explorer.

* On the Tools menu, click Internet Options.

* In the Internet Options dialog box, click the Security tab.

* Click Default Level.

*Click OK.

No comments:

Post a Comment