Redirecting individual users to specific website pages

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

Guest

I am new to FP & websites and am in the process of creating a
password-protected website for my customers. I have successfully created a
login page with username and password.

What I want to do now is to find a way to direct them, based on their
username, to a page which gives them (and only them) access to their own
specific reports and files for downloading or viewing online. (Each report
would be personalized with their own information.)

Is there a way to do this in FP?

Thank you in advance for any assistance.
 
HI BZB,

Not with FP specifically but with the use ASP or ASP.Net you can create a data driven site that can accomplish your goals.
 
Mike - is there a way to contact you to see if there is additional software I
can purchase?

Can I use the "contact" page on your website?

Thank you.

BZB
 
If it is more than a few users
You would need to add a DB and look up their page url based on their login ID

If you created the login w/ ASP see http://www.asp101.com/samples/login.asp
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am new to FP & websites and am in the process of creating a
| password-protected website for my customers. I have successfully created a
| login page with username and password.
|
| What I want to do now is to find a way to direct them, based on their
| username, to a page which gives them (and only them) access to their own
| specific reports and files for downloading or viewing online. (Each report
| would be personalized with their own information.)
|
| Is there a way to do this in FP?
|
| Thank you in advance for any assistance.
 
Back
Top