Unstoppable Domains โ€” AI Assistant

How can I stop showing URLs at bottom of browser?

SpaceshipSpaceship
Watch

Michel Z.

Established Member
Impact
0
I would like to stop showing URLs at bottom of browser in following cases:

1. When someone moves with mouse to images on my site to click, I don't want to show at bottom of browser my 'affiliate' URL! How can I do that?

2. When visitors coming to my site, I also don't want to show URLs at bottom of browser when my site is downloading!

How can I do above mentioned? Which code do I need to add?

Many thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Code:
<script language="Javascript">
function TimStatus(message)
{
    status=message;
}
function SetStatus(message)
{
    status=message;
    setTimeout('TimStatus("'+message+'")',1);
}
</script>

...

<a href="http://www.site.com/page/" onmouseover="SetStatus('');return true">Link</a>
Found this code. Should work fine on all browsers.
 
0
•••
Is there any way to do it without JS. It seems like something that should be easier than that. It would be a pain to load up JS just for that one little thing. Plus it might have lag time depending upon the computer.
 
0
•••
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back