Activate a control

  • Thread starter Zart the Artist
  • Start date
Z

Zart the Artist

I want to enable a login and password box for credential entry after a user
clicks on a check box verifying that they accept an acceptable use policy.
Where can I find some helpfull info that will help me code this using Front
Page 2003.

Thanks in advance.
 
R

Ronx

For login script see:
Protect individual pages: (Requires Windows Server with support for ASP
and Access database)
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498

A similar technique using PHP and mySQL can be used for individual
pages.


To reveal login dialogue after clicking check box, see
http://www.rxs-enterprises.org/fp/default.asp?fl=2005102001
(see view source for the code)
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Top