How do I link a username and password to a hyperlink using Publis.

M

Masonst25

I'm trying to set up a web page and I want to link a password to a hyperlink.
Basically I want most of my web site accessable to anyone, but I want one
particular link to only be accessed by those with the username and password.
How do I go about configuring this and assigning the username and password?
 
R

Remco / webdesign4all.nl

If you can use asp, you can compare the combination with one in an asp page,
and redirect to an error page if it's not correct. If you have more users
with different passwords, you need something more sophisticated, with
database things and a dns and odbc.

lucas

http://www.webdesign4all.nl


Masonst25 said:
I'm trying to set up a web page and I want to link a password to a hyperlink.
Basically I want most of my web site accessable to anyone, but I want one
particular link to only be accessed by those with the username and password.
How do I go about configuring this and assigning the username and
password?
 
W

Waverley

Masonst25 said:
I'm trying to set up a web page and I want to link a password to a hyperlink.
Basically I want most of my web site accessable to anyone, but I want one
particular link to only be accessed by those with the username and password.
How do I go about configuring this and assigning the username and password?
 
D

DavidF

This is a server side function. Talk to your webhost about creating a
password protected folder, and then link to it.

DavidF

password?
 

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

Top