This scrip should
be placed to the HEAD section of your page.
<script
language="JavaScript">
var
username = prompt("Enter Username In the Box
Below","")
var password = prompt("Enter Password In the Box Below","")
if
(username !="username" || password !="password")
{
document.write("Bad Username and/or Password")
}
< /script>
|