meridean
Tue Oct 23 02:43:40 PDT 2007
On Oct 19, 11:01 pm, "Pegasus \(MVP\)" <I....@fly.com> wrote:
> Here is the GUI solution:
>
>
http://www.microsoft.com/technet/scriptcenter/resources/qanda/feb05/h...
>
> "papou" <cpapounospamth...@laposte.netnospamthanks> wrote in message
>
> news:eiF%23zRiEIHA.3636@TK2MSFTNGP03.phx.gbl...
>
>
>
> > Hi
> > This is interesting, could please give further detail?
>
> > Cordially
> > Pascal
> > "S Moran" <s...@moran.com> a =E9crit dans le message de news:
> > Ol2KnNhzHHA.5...@TK2MSFTNGP02.phx.gbl...
> >> if you use cscript there is a password object that masks input at the
> >> commandline... no need for cheesy IE windows
>
> >> "Pegasus (MVP)" <I....@fly.com> wrote in message
> >>news:u1Ge$1fzHHA.5092@TK2MSFTNGP04.phx.gbl...
> >>> This may be an FAQ but if it is then I have not been able
> >>> to find an answer. The question is: Is it possible to create
> >>> something similar to the InputBox function that hides the
> >>> user's password as he enters it? If so, how?- Hide quoted text -
>
> - Show quoted text -
I use HTA code to run my script and enter the password masked, I then
save it in a temp field and set the password variable from the temp
field. Here is the input code which goes within the body of the HTML
code. Then you can manipulate the sTempLNPwd field.
<P ALIGN =3D center><input type=3D"password" name=3D"PasswordArea"
size=3D"30"><P ALIGN =3D center>
<input id=3Drunbutton type=3D"button" value=3D" Submit "
name=3D"run_button" onClick=3D"Password">
<input type=3D"hidden" id=3D"sTempLNPwd" value=3D""></P>