RE: [users@httpd] Hide URL link of target

2017-08-02 Thread Berneburg, Cris J. - US
Chris Chris Chia wrote: Chris> Is there a way to hide the URL link when hover over the link Chris> and also when browser is in the process of connecting to target site. Gillis J. de Nijs replied: Gillis> Displaying the URL when hovering over the link or loading Gillis> the site is something you

re: [users@httpd] Hide URL link of target [wd-vc]

2017-08-01 Thread Bremser, Kurt (Allianz Technology GmbH)
You can get some hints here: https://stackoverflow.com/questions/3108425/dont-want-to-show-address-in-the-status-bar-while-hovering-a-link one of them being the use of javascript like this: http://conglomo.co.nz/'">Conglomo But a look at the source code on the browser (you cannot block that from t

Re: [users@httpd] Hide URL link of target

2017-08-01 Thread Gillis J. de Nijs
Hi Chris, Displaying the URL when hovering over the link or loading the site is something your browser does, and not something Apache httpd has any control over. Cheers, Gillis On Tue, Aug 1, 2017 at 11:28 AM, Chris Chia wrote: > Hi > > > > Very newbie question. > > > > Is there a way to hide