Entries Tagged ‘script debugging’

6 Jan
2010

4 Easy Ways to Repair that JavaScript Error

Posted by Kat

Do you have a JavaScript error that’s messing with your browser? A JavaScript error can inhibit common web features like rich media, pop-up windows, expandable menus, and much more. The good news is that it’s remarkably easy to fix the majority of JavaScript problems. Here are a few common methods for resolving JavaScript errors.

A.    Verify that your browser is the culprit.

Sometimes, bad code or a malfunctioning website can fail to execute JavaScript. So, you should definitely open a new browser and try to access the website that is giving you errors. Also, access the website from another computer entirely. If you encounter the same errors on the other computer and browser, then the website is at fault, not your system.

B.    Disable Script Debugging

On the other hand, you might be able to fully interact with the website, but error messages continue to bother you for no reason. In this case, you need to turn off script debugging.  Here’s how to disable script debugging:

  1. Open Internet Explorer.
  2. Select the Tools menu.
  3. Click Internet Options.
  4. Go to the Advanced tab.
  5. Uncheck the box next to the text “Display a notification about every script error.”
  6. Click OK.

C.    Check your Active Scripting, Java, and ActiveX Settings.

All web browsers require that you enable certain features to display scripts. If active scripting, ActiveX, or Java have been disabled, your browser won’t properly read and run scripts. As a result, JavaScript errors will pop up everywhere. Here’s how to check your scripting settings:

  1. Open Internet Explorer.
  2. Click the Tools menu.
  3. Select Internet Options.
  4. The Internet Options dialog box will open. Click the Security tab.
  5. Select Default Level.
  6. Click OK.

If you have set the Security level to High, then ActiveX and Java will be automatically disabled. Once you have reset the Security level to custom, you should close your browser, reopen it, and test the webpage that was causing problems.

D.    Clean the Registry

These errors can persist, even if you troubleshoot them using the methods listed above. If you haven’t already run a registry cleaner, it’s imperative that you install one.

Since the registry contains all of your system’s information, all errors will be stored there. A good registry cleaner finds these errors and removes them from your system.

As a preventative measure, you should run a registry cleaner once every few months. This will resolve current errors and prevent future ones. Blast that JavaScript error into smithereens so you can surf the Web smoothly.

Re-Tweet This Post

14 Nov
2009

3 Types of Run Time Errors and How to Prevent Another Run Time Server Error

Posted by Kat

So many different types of run time errors exist that it’s hard to say what the actual problem may be without identifying the specific run time server error.  A run time error could be the result of memory problems, program updates, or corrupt registry keys.

Most of the time, the problem occurs when the user is running a program such as Internet Explorer.  The error pops up when the client (the end user’s computer) tries to execute an action with the server (usually a website) and the action fails or access is denied.

How to Fix Run Time Errors and Script Debugging on a Website

In all reality, if the run time error is coming from a website, you can’t do anything about it.  The website owner needs to correct the problem.  Therefore, when you can’t fix it, the next best thing is to ignore it.

Here’s how you can get that run time error to quit popping up when you disable notifications:

  • Go to Internet Explorer’s Option
  • Click on “Disable Script Debugging (Internet Explorer) and “Disable  Script Debugging (Other)”
  • Turn off “Display a notification about every script error”

Software Issues and Run Time Errors

When you install software, you may experience run time errors that wouldn’t let you into the program.  This usually happens when you need an update or patch.  Sometimes an add-on will also cause runtime errors.

  • Update and apply all patches from the program’s website.
  • If that doesn’t work, remove any add-ons.
  • If you still can’t get in there, try uninstalling and installing.  Make sure you have the CD or download somewhere before you uninstall.

Computer Viruses that Lead to Run Time Errors

By now, everyone who goes out into cyberspace should know that you have to have some sort of anti-malware protection and run it on a regular basis.  Otherwise, your computer is about as useful as a paperweight.

Sometimes, you may have the malware off the computer, but the registry is left in shambles and runtime errors are the result.  Keep your anti-malware up to date, and run time errors should not occur.

Fix Run Time Errors Forever

Maybe you are still getting that run time error after taking these preventative measures.  Or maybe you just don’t want to have to do this again.  The solution is simple, you can run an advanced registry cleaner to prevent run time errors in the future.

Re-Tweet This Post