What does javascript:void(0) mean?
javascript:void(0) is an error message that occassionally appears in a web browser when there is a problem loading a JavaScript from a web page.
Possible causes (and solutions) for the javascript:void(0) error message include:
| Problem | Possible Resolution(s) |
| A popup blocker blocking the JavaScript | Disable your popup blocker |
| A malfunctioning web proxy | Disable your web proxy, if possible |
| An improperly written JavaScript | Webmaster must rewrite the JavaScript |
| JavaScript is not enabled | Enable JavaScript |
| Web browser implementation of JavaScript is broken | Switch web browsers or upgrade your web browser |
Further Reading on What does javascript:void(0) mean?