// Check for the administrative login. (see site.js) if ( validateUser(request) ){ // if valid, send to the Administrative menu //request.logok = "good"; redirect("frames.html"); } else { redirect(addClient("init.html?message=Y")); } // otherwise print out an error