I want to hide the actual url that is displayed in status bar of browser when link or actionlink is mouseovered or clicked. I tried using window.status
but it is not working. Also the examples that i saw were for fixed urls to some sites. But the links that i want hide in status bar are like /Home/DownloadFileUsingFileName?FileName=Filename
in which Filename
will be different for different files based on their name.
Edit:
The duplicate question deals with <a href="url">Hyperlink</a>
but i am working with actionlinks. And i want a solution to hide url in status bar when an action link is clicked.