Question:
What does this mean?javascript:void(0)?
BlacknAsianGirl
2009-04-30 17:12:53 UTC
I've been trying to access the website www.move.com. When I click the option for new homes, the bottom left corner of my desktop reads javascript:void(0). What does this mean and how do i get rid of it?
Three answers:
Razorflame (US)
2009-04-30 17:19:33 UTC
Hi there. This usually means that your computer does not have any Java programs installed on the computer that you are using. To solve this problem, download a Java program like Sun Java to get the Javascripts working on websites :D



Hope this helps :)
Nuthin But Respect
2009-05-01 00:43:12 UTC
Ha ha -- your funny, but I know, those are so annoying....



What that is, is a javascript command that is listening for an event to occur. The event the page is listening for is your mouse click. When you click the New Homes category, the event is fired and in this case a little program rewrites what the search form looks like to provide you other options more tailored for that type of search.



Click it - you will notice the search form options changes a little bit but the page you are on does not refresh or reload. This is a good thing - less wait time for you.



the word "void' is a programming keyword to tell the browser to not wait for a response from the little program that re-writes the search form options you see. Its basically telling your browser -- "Bye, don't wait up for me..."



Not to worry though, you browser is working properly
Toby
2009-05-01 00:20:55 UTC
It's hard to explain if you don't already know what HTML and Javascript are. I know it's annoying, but you can't change it. You can click on that button, but you cannot right-click it.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...