Login box

I

Isidore

My website has a protected area that requires members to type in a username
and password to gain entry. When a visitor attempt to go to one of the
protected areas, the browser throws up a dialogue box promting him for a
username and password, after which he can go to any of the protected pages
during that session.

Is it possible to have fields for the username and password on my home page
in FrontPage? If so, how is it done?

I uses FP2000 and 2002.

Thanks in advance,
Isidore
 
S

Steve Easton

Fields in what, for what??


--
95isalive
This site is best viewed..................
...............................with a computer
My website has a protected area that requires members to type in a username
and password to gain entry. When a visitor attempt to go to one of the
protected areas, the browser throws up a dialogue box promting him for a
username and password, after which he can go to any of the protected pages
during that session.

Is it possible to have fields for the username and password on my home page
in FrontPage? If so, how is it done?

I uses FP2000 and 2002.

Thanks in advance,
Isidore
 
J

Jack Brewster

Isidore said:
My website has a protected area that requires members to type in a username
and password to gain entry. When a visitor attempt to go to one of the
protected areas, the browser throws up a dialogue box promting him for a
username and password, after which he can go to any of the protected pages
during that session.

Is it possible to have fields for the username and password on my home page
in FrontPage? If so, how is it done?

Isidore,

Yes, it's possible. I don't believe there's a way to do it within
FrontPage, though. You're probably looking at using a server side scripting
language such as PHP or ASP to accomplish this with a database back-end.
The plus of using a database method is that you don't have to create new
accounts on your server (if you even can...) but it's not as secure as using
Windows' integrated authentication.

Here's one ASP example to give you an idea:
http://www.asp101.com/samples/login.asp

Good luck,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top