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?
David Bartosik [MSFT MVP] - 13 Jan 2005 04:25 GMT
see the FAQ page - http://www.publishermvps.com/Default.aspx?tabid=30
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
> I'm trying to set up a web page and I want to link a password to a
> hyperlink.
[quoted text clipped - 3 lines]
> How do I go about configuring this and assigning the username and
> password?
Remco / webdesign4all.nl - 13 Jan 2005 17:34 GMT
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
> 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?
Waverley - 14 Nov 2005 23:27 GMT
> 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?
DavidF - 15 Nov 2005 12:06 GMT
This is a server side function. Talk to your webhost about creating a
password protected folder, and then link to it.
DavidF
> > 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?