Setting the text of a password box

  • Thread starter Thread starter Ian Walsh
  • Start date Start date
I

Ian Walsh

I have a user details form with a textbox for a password on it
(textmode=password). I want to be able to set the text in the textbox
when retrieving user details. I will be filling the box with a dummy
value such as '*****'. When I set the .text property and the form is
run it returns as an empty value.

Is there any way around this.

Thanks.
 
Ian Walsh said:
I have a user details form with a textbox for a password on it
(textmode=password). I want to be able to set the text in the textbox
when retrieving user details. I will be filling the box with a dummy
value such as '*****'. When I set the .text property and the form is
run it returns as an empty value.

No. This is prohibited for security reasons.
 
Yup. If it's populated in the browser, and the HTML is plain text, well...

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top