Password Protect Single Page within Website

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Is there a way to password protect a single page within
FP 2003? I would like to create a page of information
that pertains to only select individuals but I don't want
prevent other visitors from viewing the rest of the
website. The information to be saved on this page will
not be "critical" or confidetial just useful items to the
people of the organization, but I don't want others to
have access to it. Thanks
 
Text box link (Password?)

Not secure by any means BUT quick & easy

<form >
<input type="text" name="T1" size="20">
<input type="button" value="Button" name="B1"
onclick="document.location.href = T1.value + '.htm'">
</form>

This will take you to the file name typed into the box..
"big_bob" takes you to big_bob.htm
Make one page that everyone uses..
OR Make a suppurate page for everyone..

HTH
Don
========================
| Is there a way to password protect a single page within
| FP 2003? I would like to create a page of information
| that pertains to only select individuals but I don't want
| prevent other visitors from viewing the rest of the
| website. The information to be saved on this page will
| not be "critical" or confidetial just useful items to the
| people of the organization, but I don't want others to
| have access to it. Thanks
 
See http://support.microsoft.com/default.aspx?scid=kb;en-us;825451
Your host will have to support subwebs and unique permissions under the FP Server Extensions



--




| Is there a way to password protect a single page within
| FP 2003? I would like to create a page of information
| that pertains to only select individuals but I don't want
| prevent other visitors from viewing the rest of the
| website. The information to be saved on this page will
| not be "critical" or confidetial just useful items to the
| people of the organization, but I don't want others to
| have access to it. Thanks
 

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