Not show link destination

  • Thread starter Thread starter Steve Grosz
  • Start date Start date
S

Steve Grosz

Is there a way to not have the location show for a button
when you put your mouse over it? This is a button that
was generated through the navagation option in FP2003.

Thanks,
Steve
 
Why do peole spend so much time on this type of silliness?

Bob Lehmann
 
search for a status.write function in JavaScript:
www.javascript.internet.com or www.javascript-2.com that can apply to all
links on a page or tie it up so that you can circumvent the natural behavior
of it. you wouldn't be able to use something that you'd add to the
individual links like onmouseover......
you'd have to find one that works on the whole page. usually when someone
hides the location that a link is pointing to they do it by writing
something to the status window that's "descriptive".
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top