Is it possible to hide an href value from the browser, but keep it working?
<a href="tel: 0044005" onclick="finalnumber" onmouseover="hidden">
Is it possible to hide an href value from the browser, but keep it working?
<a href="tel: 0044005" onclick="finalnumber" onmouseover="hidden">
The browser works for the user. It does not work for the developer of the website.
You cannot give something to the browser and keep it a secret from the user.