[ic] URL DISPLAY

Ton Verhagen ton@verhagen.net
Fri, 20 Apr 2001 16:51:18 +0200


At 03:54 PM 4/20/01 +0200, you wrote:
>Hello list,
>
>is there a way not to display/show the URL i.e.
>
>http://www.usvideocenter.de/cgi-bin/test/search.html?mv_coordinate=1&mv_matchlimit=15&mv_search_file=xyz&mv_sort_field=category&mv_sort_field=description&mv_substring_match=YES&mv_search_field=title&mv_column_op=rm&mv_searchspec=sugar+spoon

If you don't hate frames you could do the following:
Put a frameset definition in your index page that holds only one frame.
The source of the frame points to the entry point of your catalog

eg.
index.html contains:

   
     
   
   
     Oops no frames supported.<br>
     New location: <a href="http://www.usvideocenter.de/cgi-bin/test">Click 
here</a>
   


>in the header/adress of the IE or Netscape for security reasons ?

Security by obscurity won't work.:-)

All the best,

Ton