Click to See Complete Forum and Search --> : How do i HIDE address bar programatically
mgonzal
06-18-2003, 04:20 PM
How do i hide address bar in IE and Nestscape :confused:
Because, i need to display a WEB FORM (Oracle) without
user and password (in address bar)
Thank's :(
:confused:
Khalid Ali
06-18-2003, 06:24 PM
If you open a window programattically at that point you have almost full control ove r the way your window may look.
take a looka this link....
http://68.145.35.86/skills/javascripts/CentralizedPopupWindow.html
mgonzal
06-19-2003, 07:57 AM
:(
I try to open your link... but that site is not available...
Did you have any other address ? :)
AdamGundry
06-19-2003, 08:03 AM
Even if you hide the address bar, your users can still get at the username/password, through the page properties. Using popups is not recommended for normal sites because of accessibility legislation - people with Javascript disabled cannot see your content.
I therefore recommend you find some method of passing the username/password, such as via POST instead of GET.
Adam
mgonzal
06-19-2003, 12:51 PM
I'ts totaly true...:eek:
The problem is that when i run my form (made by ORACLE - with FORMS DEVELOPER)
The user /pwd defined in path is REQUIRED to run my form
on the WEB. --- Because that user has privileges to be connected and read from my Database.
:(
Hum?... :(