Just as my title states is what I want.
I needs to be very simple!
Thisis the one I’ve been using but it does NOT ask for the password BEFORE the Index page shows up.
—————————————————————————————————–
Login
|
|
UserID: |
|
Password: |
type="password"> |
onClick="pasuser(this.form)"> |
type="Reset"> |
—————————————————————————————————–
If you can turn thisone in to what I am looking for OR can give me another SIMPLE one that will not allow the Index page to display BEFORE password is entered correctly is MUCH appreciated.
Also if you can make it soall I have to do is copy and paste would be very helpful to me.
I do select the “Best Answer” answer.
Thank you,
g111r
Related posts:








1 response so far ↓
1 abda // Aug 9, 2008
The only possible way to do this is place the above code in the index page and nothing else.
Then put the URL of the second index page in the location=”place http: here”
Then put everything else on the succeeding web pages: contents and all.
With this configuration, when someone visits your site, the first thing they will see is the login page, and when they entered the right password details they can then view the contents.
There are a lot of free scripts you could use to do this, I recommend that you visit the following:
http://www.javascriptkit.com/script/script2/loginpass2.shtml
http://www.codetoad.com/javascript_login.asp
http://javascript.internet.com/passwords/login-coder.html
http://www.js-x.com/page/asp__login.html
Leave a Comment