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.

Saturday, June 26, 2010

Internet Explorer cannot display the webpage ie8 ie7 ie6 asp.net php javascript html

INTERNET EXPLORER CANNOT DISPLAY THIS WEBPAGE

Sometimes when running some webpages in ie8 you will receive the following error message


Internet Explorer cannot display the webpage



To fix this problem automatically, click the Fix this problem link. Then, click Run now button from the Automated Troubleshooting Services page and follow the steps in this wizard

If the problemremains again follow the steps below


In ie8 follow the following steps


1. Start Internet Explorer.

2. On the Tools menu, click Internet Options.

3. Under Browsing history, click Delete.

4. Select the check box next to Preserve Favorites website data.

5. Select the check box next to Temporary Internet Files.

6. Select the check box next to Cookies.

7. Select the check box next to History.

8. Select the check box next to Form data.

9. Select the check box next to InPrivate Filtering data.

10. At the bottom of window, click Delete.

11. Close Internet Explorer, start Internet Explorer again, and then try to access

the Web page



Internet Explorer 7

1. Start Internet Explorer.

2.On the Tools menu, click Delete Browsing History.

3. Select the check box next to Temporary Internet Files.

4. Select the check box next to History.

5. Select the check box next to Form data.

6. Select the check box next to Cookies.

7. At the bottom of window, click Delete.

8. Close Internet Explorer, start Internet Explorer again, and then try to access the Web page.


Internet Explorer 6

1. Start Internet Explorer.

2. On the Tools menu, click Internet Options.

3. In the Temporary Internet Files section, click Delete files, and then click to select the Delete all offline content text box and click OK.

4. In the History section, click Clear history, and then click Yes.

5. Close Internet Explorer, start Internet Explorer again, and then try to access
the Web page


If you receive the same error message, go to the next method.
Method 5: Use the Internet Explorer (No Add-ons) mode
To do this, click Start, point to All Programs, point to Accessories, point to System Tools, and then click Internet Explorer (No Add-ons).

1. Click Tools, and then click Internet Options.

2. Click the Programs tab, and then click Manage add-ons.

3. Click an add-on in the Name list, and then click Disable.

4. Repeat step 3 until you identify the add-on that is causing the issue.

Runtime error ie6 ie7 ie8 javascript asp.net html website

Fix The RUNTIME ERRORS IN Javascript


Sometimes when ruuning HTML pages which includes javascript the error message come as runtime error

It may be by alert box etc. To debug this error follow the following steps


1. Click the Tools button , and then click Internet Options. Or, press ALT+T, and then press O.


2. In the Internet Options dialog box, click the Advanced tab.

3. Click to select the Disable script debugging (Internet Explorer) and Disable script debugging (Other) check boxes, and then click to clear the Display a notification about every script error check box.

4. Click OK to close the Internet Options dialog box.