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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WSH - How to mask input in a TextBox or InputBox

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can anyone tell me how to mask input in a TextBox or InputBox. I need this for input of passwords (Using Windows Scripting Host).

if possible please send an email to: patrick.siemons@antwerpen.be

many thanks
 
Small_Programmer,

<html>
<body>
<form name=&quot;myform&quot;>
Input text here:
<input type=&quot;password&quot; name=&quot;pwd&quot;>
</form>
</body>
</html>



fengshui_1998
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top