Hi,
For not showing URL's in the top-bar, use frames; for not showing url's in bottombar you could use something like this:
<body onLoad="window.status=' ';return true;">
and when using links:
<a href="freegiveaway.htm" onMouseOver="window.status=' '; return true;"onMouseOut="window.status=' '; return true;">free giveaway</a>
This is an easy way to not show the URLs in the top and bottombar, but with some knowledge of html the 'guest' can still see de link in the sourcecode. And when you can read really quick, the link is still visable in the bottombar when opening the page.
I don't know another way in simple html.
Quasibobo *** Don't eat yellow snow! ***