This may be more of a browser issue then HTML but perhaps someone can shed some light on it. I have a link that sends a user to a page requiring login. Since I know then userid of the user at that particular time, I put the userid in the URL to save the user from typing it. The URL has the form:
This works for all the browsers I've tried except IE 6. However, the problem is it never gets to the login window. The user get the "Page cannot be displayed" message. Can anyone tell me why IE 6 would have a problem with this? TIA.
P.S. The reason the %20 is in the password position is because none of the browsers like an empty password field.
This works for all the browsers I've tried except IE 6. However, the problem is it never gets to the login window. The user get the "Page cannot be displayed" message. Can anyone tell me why IE 6 would have a problem with this? TIA.
P.S. The reason the %20 is in the password position is because none of the browsers like an empty password field.