File "verif_keypad.htm"

Full Path: /home/analogde/www/Virtual/verif_keypad.htm
File size: 692 bytes
MIME-type: text/html
Charset: utf-8

<html>

<head>

<script language="javascript">

function url(param) { 
var chaine=window.location.search; 
chaine=chaine.substring(1); 
var dz=chaine.indexOf("#",0); 
if(dz!=-1) { 
chaine=chaine.substring(0,dz);} 
chaine=chaine+"&"; 
if(chaine.indexOf(param,0)!=-1){ 
var pos=chaine.indexOf(param,0); 
var pos2=chaine.indexOf("=",pos); 
var pos3=chaine.indexOf("&",pos); 
contenu=chaine.substring(pos2+1,pos3);} 
return contenu; 
} 

</script>

</head>

<body oncontextmenu="return false">

<script language="javascript">

ec=url("thecode"); 
if (ec=="") {location="keypad.htm";}
if (ec!="488037") {location="keypad.htm";}
else {document.write("Petit malin...")}

</script>

</body>

</html>