﻿function Getstats() {
  window.status=('Attempting to Login to Library Database Page.');

  var AccId;

  AccId = document.forms['iAccInput'].iAccID.value

     if (AccId == "X0")
        {
       var location=("/page.aspx?u=1055");
         this.location.href = location;
       window.status=('   Verifying:  ' + AccId + '  Please wait........');

               }
    else
        {

   
  alert('\nERROR\n\n\nYou must enter valid borrower card details,\nto Login.\n');
         window.status=('Missing data or Invalid.  Check spelling and Ensure Names are in Correct Case.')

        }
        }
