Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password input type field will not display cookie value, why?

Status
Not open for further replies.

mb22

Programmer
Sep 4, 2002
258
US
I have input type password field .... which I try to populate on load together with a userid type textbox field.

The textbox field load with my cookie userid value .. but the password field does not. It shows blank even though the cookie value was assigned.

How can I display the password field with the user password already prefilled!
 
You cannot assign to a "password" field.

The user is obligated to type that every single time. It's a browser feature that can't be circumvented. That field is read-only from the DOM.

-p

penny.gif
penny.gif

The answer to getting answered -- faq855-2992
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top