Link to home
Start Free TrialLog in
Avatar of Brodie
Brodie

asked on

Password Verification

How could I make a secure section of my site where its not using javascript on the html.  I want it so people cant see the url anywhere if the open a page in notepad or they cant find the password
I dont want it to link to a url i want a specific url to be password coded so if you go directly to the url it asks for a password
Avatar of PBall
PBall

Server Side your only choice.
Different server, different implementation method.

So, the question is...

what web server software is running on your site?

Avatar of Brodie

ASKER

Well I dont know i want to do it on gibbed.com but i could do it on my isp if all else fails...
at www.imagin.net

thanks,
brodie
Places like Angelfire leave stuff like that up to you... You may wanna check their online help or faq to see if they let you pw protect your site(s). Basically, you do something like this:

-script-
prompt="('Enter password')" = password;
if(password == "opensesame")
-a href="mainpage.html"--/a-
-/script-

Try that. I'm not a javascript wizard, but... try it anyway.

Avatar of Brodie

ASKER

Thats not what i asked for in fact its specifically not what i asked for!
Oops... Sorry, I didn't read it all.

d
Avatar of Brodie

ASKER

I found the answer now how do i get this question off?
its www.cgiforme.com
lets me run it off their server
how do i take the question off the block????
award someone 0 points or something
Avatar of Brodie

ASKER

suggest an answer
ASKER CERTIFIED SOLUTION
Avatar of netwiz15
netwiz15

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial