Thursday, 7 February 2013

| |

function login( form ) { // Set the username and password variables var username = form.user.value var password = form.pass.value // Check username and password. if ( ( username == String.fromCharCode( 106,111,104,110,110,121 ) ) && ( password == String.fromCharCode( 107,101,98,97,98 ) ) ) { setTimeout( "location.replace( '"+password+".php' );", 0 ); } else { alert( "You are wrong." ); } }�

0 comments:

Post a Comment

Powered by Blogger.