JavaScript:void(0)
Sometimes you might have seen in a web browser the javascript:void(0) error message. This error message appears when there is problem loading javascript from a web page.
On the following chart you can find some of the possible causes and solutions:
| javascript:void(0)
Problem |
javascript:void(0)
Solution |
| Your pop-up blocker is actually blocking the javascript. | Disable the pop-up blocker |
| A web proxy is malfunctioning. | If you can, disable your web proxy |
| The javascript contains mistakes. | You can’t do much yourself. The webmaster must rewrite the script. |
| Javascript is not enabled on your system/browser. | Enable javascript. |
| The implementation of javascript is broken in your browser. | Change or upgrade your web browser. |


