Hi everyone (newbie ).
I've just created a login page for a website and I want this to link to an offers page that can only be accessed by members only, who have been given a password prior to visiting the website.
I've looked on <!-- w --><a class="postlink" href="http://www.javascript.com">www.javascript.com</a><!-- w --> and there is an 8 line piece of code that enables you to do this, but not in the way I want.
This code brings up a pop-up password box that, once verified, sends you to the appropriate page.
My login page already has a form which has a login box and a submit button.
Help
I've just created a login page for a website and I want this to link to an offers page that can only be accessed by members only, who have been given a password prior to visiting the website.
I've looked on <!-- w --><a class="postlink" href="http://www.javascript.com">www.javascript.com</a><!-- w --> and there is an 8 line piece of code that enables you to do this, but not in the way I want.
This code brings up a pop-up password box that, once verified, sends you to the appropriate page.
My login page already has a form which has a login box and a submit button.
Help