password a page?

J

jjprescott

I would like to put a form on my site that is only visible and usable by my client. My thought is to creat a new page and require a password to access it, then put the form there. Is there a way to restrict a single page?
 
A

Andrew Murray

if you're using ASP, www.hotscripts.com might have a password protection script
(uses an Access database) that might suit you - or else create a sub-web
I(although I've never used them.....).


jjprescott said:
I would like to put a form on my site that is only visible and usable by my
client. My thought is to creat a new page and require a password to access it,
then put the form there. Is there a way to restrict a single page?
 
T

Thomas A. Rowe

If the remote server has the FP extensions, then check with your host to see if you can create a
subweb with unique permissions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

jjprescott

I found a different way to solve the problem. I created a page in the web that was not "part of the web" then I put the form on that page and directed my client to that page to submit the information. http://villagewalksarasotarealty.com/new-listing.htm The results are sent to my email -- Since this is not a "secure" information issue I think this will work fine.
 
A

Andrew Murray

OK, if you are allowed any scripting languages at all...CGI/Perl, PHP etc - these
would work; otherwise try htaccess on unix/linux servers you can password protect
directories, all you need to do is place the file you want to protect inside the
protected directory.....but it only works 'once' i.e. you give the logon details
and from then on you can reaccess that folder - closing the browser is the only
way to log off.
 
Top