We are attempting to allow people to connect to a passworded, 3rd party database web site. The link inside the html code includes an authorization number and the password.
In order to protect that data, we have encrypted the page so that the source code cannot be viewed. However, in IE (but not in Firefox), the URL, with the authorization and password shows up in IE's status bar.
I've tried using a javascript which prevents the user from seeing anything when they pass over the URL, however, we have also tried putting the URL into a meta refresh line, but it still shows u in the status bar.
Does anyone know how to prevent this data from displaying in IE's status bar?
Thanks in advance...
In order to protect that data, we have encrypted the page so that the source code cannot be viewed. However, in IE (but not in Firefox), the URL, with the authorization and password shows up in IE's status bar.
I've tried using a javascript which prevents the user from seeing anything when they pass over the URL, however, we have also tried putting the URL into a meta refresh line, but it still shows u in the status bar.
Does anyone know how to prevent this data from displaying in IE's status bar?
Thanks in advance...