9 May
2003
9 May
'03
6:19 p.m.
Dennis Allison wrote:
Zope uses use GET for URL/cgi information transfer. Most browsers expose the information transfered via a GET in the displayed URL. Some of our users find this confusing. Is there a simple way to avoid the URL display as users traverse the site?
That's the way the WWW works... Documents are addressed by URL's. Maybe you should explain this to your users...;) To hide the URL's to documents from your users, you can put your whole site into a "fullscreen-single-row" frameset. - Create a frameset with only one frame which spans over the whole screen as index_html of your site. - This frameset calls your "actual" start-page and loads it. - That's it. HTH, Maik