ÿþ 
 f u n c t i o n   u y e l i k _ g i r i s _ V a l i d a t o r ( t h e F o r m )  
 {  
  
  
         i f   ( t h e F o r m . e m a i l . v a l u e   = =   " " )  
     {  
         a l e r t ( " L ü t f e n   K u l l a n 1c 1  A d 1n 1z 1  y a z 1n 1z . " ) ;  
         t h e F o r m . e m a i l . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
      
      
         i f   ( t h e F o r m . s i f r e . v a l u e   = =   " " )  
     {  
         a l e r t ( " L ü t f e n   ^i f r e n i z i   y a z 1n 1z . " ) ;  
         t h e F o r m . s i f r e . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
    
  
  
     r e t u r n   ( t r u e ) ;  
 } 
