View Single Post
Old 08-31-2004, 09:15 PM   #1 (permalink)
infinite_root
Registered User
 
infinite_root's Avatar
 
Join Date: Apr 2004
Posts: 26
infinite_root is on a distinguished road
Pls help me interpret this script.

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

Last edited by infinite_root; 09-01-2004 at 02:24 AM.
infinite_root is offline   Reply With Quote