how to hide the url

You could call the html page into a frame. Only the top frame is displayed. To see what I mean have a look at www.mcleodrussel.de. This site will not show the name of any page selected from the menu on the right hand side. The path line always remains something like www.mcleodrussel.de/english/atexintro.htm but never reveals where it really is.

I am sure there must be a way of doing what you want with javascript as well but I haven't done it myself.
 

Robert

New Member
> i want to hide the part of /scripts/cgiip.exe/WService=
> and leave it just like http://host-name is there a way to do it?

You can hide the the cgiip.exe/Wservice=...... by setting up a WSC file.

To configure this refer to the webspeed on-line docs:
http://www.progress.com:6336/dynaweb/psdoc91c/wbspd31c/@Generic__CollectionView;cs=default;ts=default;uf=1?DwebQuery=wsc

And also check the entry 16091 (if you are running on IIS) in the PSC knowledgebase:
http://www.progress.com/services/support/cgi-bin/techweb-kbase.cgi/webkb.p
or just search the knowledgebase for keyword wsc.

Actually, there is also a couple of threads here in progresstalk on this. Search the progresstalk threads on keyword wsc

HTH
 
Top