london dreamweaver training in - restricted access

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Dreamweaver Training and help » london dreamweaver training in - Restricted Access

london dreamweaver training in - Restricted Access

resolvedResolved · Low Priority · Version Standard

Paul has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

Restricted Access

How do I set up a web page so that only certain people can see it but they can view other pages on the web site?

RE: Restricted Access

Hi Paul

There are basically two ways to do this.
The first is that you set up a database and give users logins, then for each of the users you can assign permissions. Then in the code for you webpage you will need to insert some php that gives access to the page based on the permissions the user has.

The second method is you go to you hosting area and use the setting that are offered to create a protected folder, everything inside this folder will need a password and username to be entered before the webpage is available.

Hope this helps
David

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips


Server loaded in 0.08 secs.