password a page?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
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.
==============================================
 
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.
 
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.
 

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

Back
Top