Hi Joe
It is on a multiplatform network with NT4, 2000 and 98. Looking at a
login box will be helpful
Cheers
James
> What OS are you using, I can let you have a JScript login box if you
wish
> but it needs a decent OS and browser (access to the Shell.Application
object
> and JScript 1.4 I think)
>
>
> Regards
>
> Joe Fawcett
>
>
>
> >From: "James Savage" <js@j...>
> >Reply-To: "javascript" <javascript@p...>
> >To: "javascript" <javascript@p...>
> >Subject: [javascript] user input using javascript for WSH
> >Date: Wed, 10 Oct 2001 14:08:00
> >
> >I am trying to create a script to map network drives which I can do,
what
> >I want though is to let the users enter there user name and password.
If I
> >was using VB I would use the following Input = InputBox("Enter your
> >username") but I am wanting to use JS and I have tried the following
but
> >it does not seem to work var theResponse = window.prompt("Welcome?","
Enter
> >your Username here."); Any examples on how I would prompt the user
using
> >JS would be helpful
> >
> >Cheers
> >
> >James