ÿþ 
  
  
 f u n c t i o n   F r o n t P a g e _ F o r m 1 _ 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 . a l k . v a l u e   = =   " " )  
     {  
         a l e r t ( " L ü t f e n   Y e m e k   A d 1n 1  B e l i r t i n i z . " ) ;  
         t h e F o r m . a l k . 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 . a d s o y a d . v a l u e   = =   " " )  
     {  
         a l e r t ( " L ü t f e n   A d 1n 1z 1  v e   S o y a d 1n 1z 1    Y a z 1n 1z . " ) ;  
         t h e F o r m . a d s o y a d . 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 . e m a i l . v a l u e   = =   " " )  
     {  
         a l e r t ( " L ü t f e n   E - m a i l   A d r e s i n i z i   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 ) ;  
     }  
      
  
      
  
  
  
  
     r e t u r n   ( t r u e ) ;  
 } 
