How do I hide a URL? The URL is a mouse over an image. I want to hide the URL for the image when the user mouse over the image. Right now when I mouse over the image, I can clearly see the URL on the status bar, not the location bar.
echo'<a href="images/myImage-'.$i.'.jpg?day='.$i.'" onclick="swap(this); change(this); return false;">';
echo'<img src="images/myThum-'.$i.'.jpg" width="50" height="50"/></a> ';