Cut & Paste Login and password script II
|
Description: This is a variation of the original Login and Password script that will take users to two different pages, depending on whether the entered combination is correct or not.
Example: (in demo, user="free", password="javascript")
Directions: Simply insert the below into the <body> section of the login page:
Configuring the script
To change the login/password, change "free" and "javascript" inside the script, respectively. To change the destination URLs, modify "success.html" and "failure.html."

