want to prevent visitors from seeing the location of pages shown in the status bar.

P

please help me

when visitors come to the website they can see where the pages are stored,
by looking at the status bar at the bottom of the website, internet
explorer, how can I stop then from seeing this bar, or seeing the location
of the pages, as they can still add the status bar if I disable it
temporarily. can I disable it completely?

thanks

J
(using Windows XP, and FrontPage2002)
 
S

Steve Easton

Add the mouseover event to each link.
href=http://www.website.com onmouseover="window.status=' ';return true;"
onmouseout="window.status=' ';return true;">

It will cause some folks to leave you site though.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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

Top