Kbase P10498: How to hide links or URLs in Webspeed application?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/10/2004 |
|
Status: Verified
GOAL:
How to hide links or URLs in Webspeed application?
GOAL:
How to hide URLs in web applications?
GOAL:
How to hide URL from displaying in URL field or from status bar?
FIX:
For regular HTML pages, use a set of frames. The links in this case are not going to be displayed at URL location. However the links are displayed in status area use onMouseOver event in Java script to overwrite what user sees in status area.
In case information is submitted from HTML forms you can prevent data being displayed in query string in URL by using :
- POST method for submit
- a set of frames
As bottom line, if a user wants to see the links he can view the html source in his browser, nothing can be done to prevent that.