Hi All,
I am able to overcome this kind of script on my studies. Hope u can help me interpret it:
The code is as follows:
Code:
<!--
function abfrage1() {
var code = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z");
Eingabe = window.prompt("Password : ","");
if(Eingabe != ((code.length)*100)/2-66)
{
window.location.href="denied.htm";
}
else
window.location.href=Eingabe+".htm";
}
// -->
</script>
I am new with javascript but trying to learn it though.
Any help will be greately valued.
TIA