When I set a password in the INI file and the window opens for you to type in the password is the a way to hide the Password field so people do not see what you are typing?
Robert
Using Password= in the INI how to hide the Password field
-
- Observer
- Posts: 2
- Joined: Tue Mar 31, 2015 3:29 pm
Re: Using Password= in the INI how to hide the Password fiel
In your password HTML file change the input type from "text" to "password".
<p><input type="password" ID="Password" size="28"></p>
--Scott
<p><input type="password" ID="Password" size="28"></p>
--Scott
-
- Observer
- Posts: 2
- Joined: Tue Mar 31, 2015 3:29 pm
Re: Using Password= in the INI how to hide the Password fiel
Thank You for the fast reply.
Robert
Robert