[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] URL DISPLAY
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:
<html>
<frameset>
<frame src="http://www.usvideocenter.de/cgi-bin/test">
</frameset>
<noframes>
Oops no frames supported.<br>
New location: <a href="http://www.usvideocenter.de/cgi-bin/test">Click
here</a>
</noframes>
</html>
>in the header/adress of the IE or Netscape for security reasons ?
Security by obscurity won't work.:-)
All the best,
Ton
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users