if  (!Character.isDigit(payroll_no))
{
   document.getElementById('field_117219').value ='We do not have your payroll number please email it to us')
}
else
 {
    Name = document.getElementById('field_115676').value;
    document.getElementById('field_117219').value ="Appraisal Details for "+Name;
     iframe_115667.location.replace('/sorce/apps/enh/asp/Appraisals.aspxgridname=Appraisals&Payroll_no='+Payroll_no);
}
            Asked
            
        
        
            Active
            
        
            Viewed 48 times
        
    -1
            
            
         
    
    
        Zee
        
- 8,420
- 5
- 36
- 58
 
    
    
        Ter-ann Grange
        
- 25
- 2
- 
                    2It's best to actually ask a question, not just post code – Dave May 19 '15 at 15:47
 
    