Dreamweaver / Basic HTML help

aolsuxs

Senior member
Dec 6, 2000
687
0
0
I currently use dreamweaver to build my webpages, nothing extremly fancy. However I would like to have a page where you need a password to access it. Doesn't need a user name or anything just a password I could give to a few members. How can I do this with dreamweaver?



What would I do with out you guys,
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Are you using Apache or IIS ? Do you have PHP or ASP or CGI ?
Don't use a Java Script Password, they don't work.
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: aolsuxs
I currently use dreamweaver to build my webpages, nothing extremly fancy. However I would like to have a page where you need a password to access it. Doesn't need a user name or anything just a password I could give to a few members. How can I do this with dreamweaver?



What would I do with out you guys,

Here is a script I made for you. You can try it out using mypassword & myusername to login. Save the script in the box below with a .php extension. Replace the parts that you need to .
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: amdfanboy
Originally posted by: aolsuxs
I currently use dreamweaver to build my webpages, nothing extremly fancy. However I would like to have a page where you need a password to access it. Doesn't need a user name or anything just a password I could give to a few members. How can I do this with dreamweaver?



What would I do with out you guys,

Here is a script I made for you. You can try it out using mypassword & myusername to login. Save the script in the box below with a .php extension. Replace the parts that you need to .

With just a password