I would like to have people set their own user names and passwords - and then
--- once they set their own unique user id and password - I would have them
enter id and password in another dialog box page - which would bring them to
their own page.
I want to do a BASIC if ID/Pass - then goto: (webpage)
How do I do this without having to add new users to my website?
Please advise.
Please send responses to: guycohen333@hotmail.com
Thanks, Gabriel

Re: How do I do a simple If user/pass then goto: webpage function on F by Stefan

Stefan
Tue May 31 03:07:13 CDT 2005

Your will need a DataBase and server side script solution
- depends on your host and programming skills which ones

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Gabriel Cohen" <Gabriel Cohen@discussions.microsoft.com> wrote in message
news:BE31D19C-7156-4709-A7B6-0C107ECBA850@microsoft.com...
|I would like to have people set their own user names and passwords - and then
| --- once they set their own unique user id and password - I would have them
| enter id and password in another dialog box page - which would bring them to
| their own page.
| I want to do a BASIC if ID/Pass - then goto: (webpage)
| How do I do this without having to add new users to my website?
| Please advise.
| Please send responses to: guycohen333@hotmail.com
| Thanks, Gabriel



Re: How do I do a simple If user/pass then goto: webpage function on F by Kyle

Kyle
Tue May 31 10:08:43 CDT 2005

you either design something on your own to handle it all or buy something

asp, php... some sort of scripting technology that your web server supports

www.aspprotect.com is one system


"Gabriel Cohen" <Gabriel Cohen@discussions.microsoft.com> wrote in message
news:BE31D19C-7156-4709-A7B6-0C107ECBA850@microsoft.com...
>I would like to have people set their own user names and passwords - and
>then
> --- once they set their own unique user id and password - I would have
> them
> enter id and password in another dialog box page - which would bring them
> to
> their own page.
> I want to do a BASIC if ID/Pass - then goto: (webpage)
> How do I do this without having to add new users to my website?
> Please advise.
> Please send responses to: guycohen333@hotmail.com
> Thanks, Gabriel



Re: How do I do a simple If user/pass then goto: webpage function by MikeR

MikeR
Tue May 31 12:37:48 CDT 2005

If your host supports asp, here is a pretty good "how to". It assumes you have
some basic skills....<rant>Just stay away from the (shudder) FP data wizards</rant>

http://www.frontpagehowto.com/newpassword/default.asp#logon
MikeR

Gabriel Cohen wrote:
> I would like to have people set their own user names and passwords - and then
> --- once they set their own unique user id and password - I would have them
> enter id and password in another dialog box page - which would bring them to
> their own page.
> I want to do a BASIC if ID/Pass - then goto: (webpage)
> How do I do this without having to add new users to my website?
> Please advise.
> Please send responses to: guycohen333@hotmail.com
> Thanks, Gabriel