Re: Password Direction
From: Jens Peter Karlsen[FP MVP] (jpkarlsen_at_mvps.org)
Date: 12/13/04
- Next message: Steve Easton: "Re: Password Direction"
- Previous message: Jens Peter Karlsen[FP MVP]: "Re: code to prevent office files from opening in browser"
- In reply to: FlyBoy: "Password Direction"
- Next in thread: FlyBoy: "RE: Password Direction"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 15:55:16 +0100
They will automatically get an error page if they type the wrong
password.
Since you use ASP anyway, why not handle the password issue in ASP? It
will be more secure.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> -----Original Message-----
> From: FlyBoy [mailto:FlyBoy@discussions.microsoft.com]
> Posted At: 13. december 2004 15:07
> Posted To: microsoft.public.frontpage.programming
> Conversation: Password Direction
> Subject: Password Direction
>
>
> Using the following javascript, on an intranet, using FP2003,
> W2K Server, I want to direct the user to the page of the same
> file name as the password.
> For anything else, I want the user directed to an error page.
> I've tried several if\then statements, but can't get any to work.
>
> Thanks in advance for the help.
>
> Script:
> <script language="JavaScript"><!--
> function go() {
> window.location.href = "" +
> document.formName.passwordName.value + '.asp';
> return false;
> }
> //--></script>
>
- Next message: Steve Easton: "Re: Password Direction"
- Previous message: Jens Peter Karlsen[FP MVP]: "Re: code to prevent office files from opening in browser"
- In reply to: FlyBoy: "Password Direction"
- Next in thread: FlyBoy: "RE: Password Direction"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|