ÿþ< ! - -   P a s t e   t h i s   c o d e   i n t o   a n   e x t e r n a l   J a v a S c r i p t   f i l e   n a m e d :   c h k f o r m . j s     - - >  
  
 / *   T h i s   s c r i p t   a n d   m a n y   m o r e   a r e   a v a i l a b l e   f r e e   o n l i n e   a t  
 T h e   J a v a S c r i p t   S o u r c e   : :   h t t p : / / j a v a s c r i p t . i n t e r n e t . c o m  
 C r e a t e d   b y :   V i a l a   : :   h t t p : / / w w w . v i a l a . h u   * /  
  
 / *   B a s e d   o n :   T r a v i s   B e c k h a m   : :  
 h t t p : / / w w w . s q u i d f i n g e r s . c o m   |   h t t p : / / w w w . p o d l o b . c o m  
 B a s e d   o n :   M a n z i   O l i v i e r   : :   h t t p : / / w w w . i m a n z i . c o m /  
 B a s e d   o n :   j g w   ( j g w a n g @ c s u a . b e r k e l e y . e d u   ) /   * /  
  
 f u n c t i o n   c h e c k C a p s L o c k (   e   )   {  
               v a r   m y K e y C o d e = 0 ;  
               v a r   m y S h i f t K e y = f a l s e ;  
  
               / /   I n t e r n e t   E x p l o r e r   4 +  
               i f   (   d o c u m e n t . a l l   )   {  
                               m y K e y C o d e = e . k e y C o d e ;  
                               m y S h i f t K e y = e . s h i f t K e y ;  
  
               / /   N e t s c a p e   4  
               }   e l s e   i f   (   d o c u m e n t . l a y e r s   )   {  
                               m y K e y C o d e = e . w h i c h ;  
                               m y S h i f t K e y = (   m y K e y C o d e   = =   1 6   )   ?   t r u e   :   f a l s e ;  
  
               / /   N e t s c a p e   6  
               }   e l s e   i f   (   d o c u m e n t . g e t E l e m e n t B y I d   )   {  
                               m y K e y C o d e = e . w h i c h ;  
                               m y S h i f t K e y = (   m y K e y C o d e   = =   1 6   )   ?   t r u e   :   f a l s e ;  
  
               }  
  
               / /   U p p e r   c a s e   l e t t e r s   a r e   s e e n   w i t h o u t   d e p r e s s i n g   t h e   S h i f t   k e y ,   t h e r e f o r e   C a p s   L o c k   i s   o n  
               i f   (   (   m y K e y C o d e   > =   6 5   & &   m y K e y C o d e   < =   9 0   )   & &   ! m y S h i f t K e y   )   {  
                               a l e r t (   e r r o r m s g [ 1 0 0 ]   ) ;  
  
               / /   L o w e r   c a s e   l e t t e r s   a r e   s e e n   w h i l e   d e p r e s s i n g   t h e   S h i f t   k e y ,   t h e r e f o r e   C a p s   L o c k   i s   o n  
               }   e l s e   i f   (   (   m y K e y C o d e   > =   9 7   & &   m y K e y C o d e   < =   1 2 2   )   & &   m y S h i f t K e y   )   {  
                               a l e r t (   e r r o r m s g [ 1 0 0 ]   ) ;  
  
               }  
 }  
  
 f u n c t i o n   C a l c K e y C o d e ( a C h a r )   {  
   v a r   c h a r a c t e r   =   a C h a r . s u b s t r i n g ( 0 , 1 ) ;  
   v a r   c o d e   =   a C h a r . c h a r C o d e A t ( 0 ) ;  
   r e t u r n   c o d e ;  
 }  
  
 f u n c t i o n   c h e c k N u m b e r ( v a l )   {  
   v a r   s t r P a s s   =   v a l . v a l u e ;  
   v a r   s t r L e n g t h   =   s t r P a s s . l e n g t h ;  
   v a r   l c h a r   =   v a l . v a l u e . c h a r A t ( ( s t r L e n g t h )   -   1 ) ;  
   v a r   c C o d e   =   C a l c K e y C o d e ( l c h a r ) ;  
  
  
   / *   C h e c k   i f   t h e   k e y e d   i n   c h a r a c t e r   i s   a   n u m b e r  
         d o   y o u   w a n t   a l p h a b e t i c   U P P E R C A S E   o n l y   ?  
         o r   l o w e r   c a s e   o n l y   j u s t   c h e c k   t h e i r   r e s p e c t i v e  
         c o d e s   a n d   r e p l a c e   t h e   4 8   a n d   5 7   * /  
  
   i f   ( c C o d e   <   4 8   | |   c C o d e   >   5 7   )   {  
       v a r   m y N u m b e r   =   v a l . v a l u e . s u b s t r i n g ( 0 ,   ( s t r L e n g t h )   -   1 ) ;  
       v a l . v a l u e   =   m y N u m b e r ;  
   }  
   r e t u r n   f a l s e ;  
 }  
 f u n c t i o n   i s E m p t y ( s t r ) {  
   r e t u r n   ( s t r   = =   n u l l )   | |   ( s t r . l e n g t h   = =   0 ) ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   i s   a   v a l i d   e m a i l  
 f u n c t i o n   i s E m a i l ( s t r ) {  
   i f ( i s E m p t y ( s t r ) )   r e t u r n   f a l s e ;  
   v a r   r e   =   / ^ [ ^ \ s ( ) < > @ , ; : \ / ] + @ \ w [ \ w \ . - ] + \ . [ a - z ] { 2 , } $ / i  
   r e t u r n   r e . t e s t ( s t r ) ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   o n l y   c o n t a i n s   c h a r a c t e r s   A - Z   o r   a - z  
 f u n c t i o n   i s A l p h a ( s t r ) {  
   v a r   r e   =   / [ ^ a - z A - Z ] / g  
   i f   ( r e . t e s t ( s t r ) )   r e t u r n   f a l s e ;  
   r e t u r n   t r u e ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   o n l y   c o n t a i n s   c h a r a c t e r s   0 - 9  
 f u n c t i o n   i s N u m e r i c ( s t r ) {  
   v a r   r e   =   / [ \ D ] / g  
   i f   ( r e . t e s t ( s t r ) )   r e t u r n   f a l s e ;  
   r e t u r n   t r u e ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   o n l y   c o n t a i n s   c h a r a c t e r s   A - Z ,   a - z   o r   0 - 9  
 f u n c t i o n   i s A l p h a N u m e r i c ( s t r ) {  
   v a r   r e   =   / [ ^ a - z A - Z 0 - 9 ] / g  
   i f   ( r e . t e s t ( s t r ) )   r e t u r n   f a l s e ;  
   r e t u r n   t r u e ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g ' s   l e n g t h   e q u a l s   " l e n "  
 f u n c t i o n   i s L e n g t h ( s t r ,   l e n ) {  
   r e t u r n   s t r . l e n g t h   = =   l e n ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g ' s   l e n g t h   i s   b e t w e e n   " m i n "   a n d   " m a x "  
 f u n c t i o n   i s L e n g t h B e t w e e n ( s t r ,   m i n ,   m a x ) {  
   r e t u r n   ( s t r . l e n g t h   > =   m i n ) & & ( s t r . l e n g t h   < =   m a x ) ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   i s   a   U S   p h o n e   n u m b e r   f o r m a t t e d   a s . . .  
 / /   ( 0 0 0 ) 0 0 0 - 0 0 0 0 ,   ( 0 0 0 )   0 0 0 - 0 0 0 0 ,   0 0 0 - 0 0 0 - 0 0 0 0 ,   0 0 0 . 0 0 0 . 0 0 0 0 ,   0 0 0   0 0 0   0 0 0 0 ,   0 0 0 0 0 0 0 0 0 0  
 f u n c t i o n   i s P h o n e N u m b e r ( s t r ) {  
   v a r   r e   =   / ^ \ ( ? [ 2 - 9 ] \ d { 2 } [ \ ) \ . - ] ? \ s ? \ d { 3 } [ \ s \ . - ] ? \ d { 4 } $ /  
   r e t u r n   r e . t e s t ( s t r ) ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   i s   a   v a l i d   d a t e   f o r m a t t e d   a s . . .  
 / /   m m   d d   y y y y ,   m m / d d / y y y y ,   m m . d d . y y y y ,   m m - d d - y y y y  
 f u n c t i o n   i s D a t e ( s t r ) {  
   v a r   r e   =   / ^ ( \ d { 1 , 2 } ) [ \ s \ . \ / - ] ( \ d { 1 , 2 } ) [ \ s \ . \ / - ] ( \ d { 4 } ) $ /  
   i f   ( ! r e . t e s t ( s t r ) )   r e t u r n   f a l s e ;  
   v a r   r e s u l t   =   s t r . m a t c h ( r e ) ;  
   v a r   y   =   p a r s e I n t ( r e s u l t [ 3 ] ) ;  
   v a r   m   =   p a r s e I n t ( r e s u l t [ 2 ] ) ;  
   v a r   d   =   p a r s e I n t ( r e s u l t [ 1 ] ) ;  
   i f ( m   <   1   | |   m   >   1 2   | |   y   <   1 9 0 0   | |   y   >   2 1 0 0 )   r e t u r n   f a l s e ;  
   i f ( m   = =   2 ) {  
                   v a r   d a y s   =   ( ( y   %   4 )   = =   0 )   ?   2 9   :   2 8 ;  
   } e l s e   i f ( m   = =   4   | |   m   = =   6   | |   m   = =   9   | |   m   = =   1 1 ) {  
                   v a r   d a y s   =   3 0 ;  
   } e l s e {  
                   v a r   d a y s   =   3 1 ;  
   }  
   r e t u r n   ( d   > =   1   & &   d   < =   d a y s ) ;  
 }  
 / /   r e t u r n s   t r u e   i f   " s t r 1 "   i s   t h e   s a m e   a s   t h e   " s t r 2 "  
 f u n c t i o n   i s M a t c h ( s t r 1 ,   s t r 2 ) {  
   r e t u r n   s t r 1   = =   s t r 2 ;  
 }  
 / /   r e t u r n s   t r u e   i f   t h e   s t r i n g   c o n t a i n s   o n l y   w h i t e s p a c e  
 / /   c a n n o t   c h e c k   a   p a s s w o r d   t y p e   i n p u t   f o r   w h i t e s p a c e  
 f u n c t i o n   i s W h i t e s p a c e ( s t r ) {   / /   N O T   U S E D   I N   F O R M   V A L I D A T I O N  
   v a r   r e   =   / [ \ S ] / g  
   i f   ( r e . t e s t ( s t r ) )   r e t u r n   f a l s e ;  
   r e t u r n   t r u e ;  
 }  
 / /   r e m o v e s   a n y   w h i t e s p a c e   f r o m   t h e   s t r i n g   a n d   r e t u r n s   t h e   r e s u l t  
 / /   t h e   v a l u e   o f   " r e p l a c e m e n t "   w i l l   b e   u s e d   t o   r e p l a c e   t h e   w h i t e s p a c e   ( o p t i o n a l )  
 f u n c t i o n   s t r i p W h i t e s p a c e ( s t r ,   r e p l a c e m e n t ) { / /   N O T   U S E D   I N   F O R M   V A L I D A T I O N  
   i f   ( r e p l a c e m e n t   = =   n u l l )   r e p l a c e m e n t   =   ' ' ;  
   v a r   r e s u l t   =   s t r ;  
   v a r   r e   =   / \ s / g  
   i f ( s t r . s e a r c h ( r e )   ! =   - 1 ) {  
       r e s u l t   =   s t r . r e p l a c e ( r e ,   r e p l a c e m e n t ) ;  
   }  
   r e t u r n   r e s u l t ;  
 }  
 / /   v a l i d a t e   t h e   f o r m  
 f u n c t i o n   v a l i d a t e F o r m ( f ,   p r e C h e c k ,   n e w C l a s s ,   a l e r t t y p e ) {  
   v a r   e r r o r s   =   ' ' ;  
   v a r   e r r o r s a   =   ' ' ;  
   i f ( p r e C h e c k   ! =   n u l l )   e r r o r s   + =   p r e C h e c k ;  
   v a r   i , e , t , n , v ;  
   f o r ( i = 0 ;   i   <   f . e l e m e n t s . l e n g t h ;   i + + ) {  
       e   =   f . e l e m e n t s [ i ] ;  
  
       i f ( e . o p t i o n a l )   c o n t i n u e ;  
       t   =   e . t y p e ;  
       n   =   e . i d ;  
       v   =   e . v a l u e ;  
       i f ( t   = =   ' t e x t '   | |   t   = =   ' p a s s w o r d '   | |   t   = =   ' t e x t a r e a ' ) {  
  
           i f ( i s E m p t y ( v ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 1 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 1 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           i f ( v   = =   e . d e f a u l t V a l u e ) {  
               e r r o r s   + =   n + e r r o r m s g [ 2 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 2 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           i f ( e . i s A l p h a ) {  
               i f ( ! i s A l p h a ( v ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 3 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 3 ] + ' \ n ' ;  
               o v e r l i b ( ' e a a a a ' ) ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s N u m e r i c ) {  
               i f ( ! i s N u m e r i c ( v ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 4 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 4 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s A l p h a N u m e r i c ) {  
               i f ( ! i s A l p h a N u m e r i c ( v ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 5 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 5 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s E m a i l ) {  
               i f ( ! i s E m a i l ( v ) ) {  
               e r r o r s   + =   v + e r r o r m s g [ 6 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 6 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s L e n g t h   ! =   n u l l ) {  
               v a r   l e n   =   e . i s L e n g t h ;  
               i f ( ! i s L e n g t h ( v , l e n ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 7 ] +   l e n   +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 7 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s L e n g t h B e t w e e n   ! =   n u l l ) {  
               v a r   m i n   =   e . i s L e n g t h B e t w e e n [ 0 ] ;  
               v a r   m a x   =   e . i s L e n g t h B e t w e e n [ 1 ] ;  
               i f ( ! i s L e n g t h B e t w e e n ( v , m i n , m a x ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 8 ]   +   m i n   +   ' - '   +   m a x   +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 8 ]   +   m i n   +   ' - '   +   m a x   +   ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s P h o n e N u m b e r ) {  
               i f ( ! i s P h o n e N u m b e r ( v ) ) {  
               e r r o r s   + =   v + e r r o r m s g [ 9 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 9 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s D a t e ) {  
               i f ( ! i s D a t e ( v ) ) {  
               e r r o r s   + =   v + e r r o r m s g [ 1 0 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 1 0 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
           i f ( e . i s M a t c h   ! =   n u l l ) {  
               i f ( ! i s M a t c h ( v ,   e . i s M a t c h ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 1 1 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 1 1 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
           }  
       }  
       i f ( t . i n d e x O f ( ' s e l e c t ' )   ! =   - 1 ) {  
           i f ( i s E m p t y ( e . o p t i o n s [ e . s e l e c t e d I n d e x ] . v a l u e ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 1 2 ] +   ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 1 2 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
       }  
       i f ( t   = =   ' f i l e ' ) {  
           i f ( i s E m p t y ( v ) ) {  
               e r r o r s   + =   n + e r r o r m s g [ 1 3 ] + ' < b r > ' ;  
               e r r o r s a   + =   n + e r r o r m s g [ 1 3 ] + ' \ n ' ;  
               e . c l a s s N a m e = n e w C l a s s ;  
               c o n t i n u e ;  
           }  
           e l s e   {  
               e . c l a s s N a m e = ' c h e c k i t ' ;  
           }  
       }  
   }  
   d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' e r r o r d i v ' ) ;  
   i f ( e r r o r s   ! =   ' ' )   {  
                   i f ( a l e r t t y p e   = =   ' 2 '   | |   a l e r t t y p e   = =   ' 3 ' )   {  
           a l e r t ( e r r o r s a ) ;  
           }  
                   i f ( a l e r t t y p e   = =   ' 1 '   | |   a l e r t t y p e   = =   ' 3 ' )   {  
           r e t u r n   d i s p E r r ( e r r o r s ,   d i v ) ;  
           }  
   }  
   d i v . s t y l e . d i s p l a y = " n o n e " ;  
   r e t u r n   e r r o r s   = =   ' ' ;  
 }  
  
 d i s p E r r   =   f u n c t i o n ( e r r o r ,   d i v o )   {  
   d i v o . s t y l e . d i s p l a y = " b l o c k " ;  
   d i v o . i n n e r H T M L   =   e r r o r ;  
   r e t u r n   f a l s e ;  
 }  
  
  
 / *  
 T h e   f o l l o w i n g   e l e m e n t s   a r e   n o t   v a l i d a t e d . . .  
  
 b u t t o n       t y p e = " b u t t o n "  
 c h e c k b o x   t y p e = " c h e c k b o x "  
 h i d d e n       t y p e = " h i d d e n "  
 r a d i o         t y p e = " r a d i o "  
 r e s e t         t y p e = " r e s e t "  
 s u b m i t       t y p e = " s u b m i t "  
  
 A l l   e l e m e n t s   a r e   a s s u m e d   r e q u i r e d   a n d   w i l l   o n l y   b e   v a l i d a t e d   f o r   a n  
 e m p t y   v a l u e   o r   d e f a u l t V a l u e   u n l e s s   s p e c i f i e d   b y   t h e   f o l l o w i n g   p r o p e r t i e s .  
  
 i s E m a i l   =   t r u e ;                     / /   v a l i d   e m a i l   a d d r e s s  
 i s A l p h a   =   t r u e ;                     / /   A - Z   a - z   c h a r a c t e r s   o n l y  
 i s N u m e r i c   =   t r u e ;                 / /   0 - 9   c h a r a c t e r s   o n l y  
 i s A l p h a N u m e r i c   =   t r u e ;       / /   A - Z   a - z   0 - 9   c h a r a c t e r s   o n l y  
 i s L e n g t h   =   n u m b e r ;               / /   m u s t   b e   e x a c t   l e n g t h  
 i s L e n g t h B e t w e e n   =   a r r a y ;   / /   [ l o w N u m b e r ,   h i g h N u m b e r ]   m u s t   b e   b e t w e e n   l o w N u m b e r   a n d   h i g h N u m b e r  
 i s P h o n e N u m b e r   =   t r u e ;         / /   v a l i d   p h o n e   n u m b e r .   S e e   " i s P h o n e N u m b e r ( ) "   c o m m e n t s   f o r   t h e   f o r m a t t i n g   r u l e s  
 i s D a t e   =   t r u e ;                       / /   v a l i d   d a t e .   S e e   " i s D a t e ( ) "   c o m m e n t s   f o r   t h e   f o r m a t t i n g   r u l e s  
 i s M a t c h   =   s t r i n g ;                 / /   m u s t   m a t c h   s t r i n g  
 o p t i o n a l   =   t r u e ;                   / /   e l e m e n t   w i l l   n o t   b e   v a l i d a t e d  
  
 a l e r t t y p e   =   0                         / /   n o   e r r o r   m s g  
 a l e r t t y p e   =   1                         / /   e r r o r   m s g   i n   d i v  
 a l e r t t y p e   =   2                         / /   e r r o r   m s g   i n   a l e r t  
 a l e r t t y p e   =   3                         / /   e r r o r   m s g   i n   d i v   a n d   a l e r t  
 * /  
  
 / / = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
  
 / /   e r r o r   m s g   d e p e n d s   o n   t h e   l a n g u a g e  
 v a r   e r r o r m s g   =   n e w   A r r a y ( ) ;  
 e r r o r m s g [ 0 ]   =   ' H e r h a n g i   b i r   Ü y e l i k   T i p i   S e ç i n i z   ! ' ;  
 e r r o r m s g [ 1 ]   =   '   B o _  L ü t f e n   D o r u   B i l g i   i l e   D o l d u r u n u z ! ' ;  
 e r r o r m s g [ 2 ]   =   '   V e r i l e n   Ö r n e k   D e g e r l e r i   D e g i s t i r i n i z ! ' ;  
 e r r o r m s g [ 3 ]   =   '   S a d e c e   A - Z   ,   a - z   k a r a k t e r l e r   i ç e r e b i l i r ! ' ;  
 e r r o r m s g [ 4 ]   =   '   S a d e c e   0 - 9   k a r a k t e r l e r   i ç e r e b i l i r ! ' ;  
 e r r o r m s g [ 5 ]   =   '   S a d e c e   A - Z   a - z   0 - 9   k a r a k t e r l e r   i ç e r e b i l i r ! ' ;  
 e r r o r m s g [ 6 ]   =   '   G e ç e r s i z   L ü t f e n   D o g r u   B i r   E p o s t a   A d r e s i   G i r i n i z ! ' ;  
 e r r o r m s g [ 7 ]   =   '   K a r a k t e r l e r   S a y i   V e   D a h a   A z   o l m a l i d i r   ' ;  
 e r r o r m s g [ 8 ]   =   '   S a y i   o l m a l i   v e   a r a s i n d a   o l m a l i d i r   ' ;  
 e r r o r m s g [ 9 ]   =   '   G e ç e r l i   B i r   T e l e f o n   N u m a r a s i   G i r i n i z ! ' ;  
 e r r o r m s g [ 1 0 ]   =   '   G e ç e r l i   B i r   T a r i h   G i r i n i z ! ' ;  
 e r r o r m s g [ 1 1 ]   =   '   G i r d i i n i z   ^i f r e   0l e   A y n 1  d e g i l d i r ! ' ;  
 e r r o r m s g [ 1 2 ]   =   '   n e e d s   a n   o p t i o n   s e l e c t e d ! ' ;  
 e r r o r m s g [ 1 3 ]   =   '   n e e d s   a   f i l e   t o   u p l o a d ! ' ;  
 e r r o r m s g [ 9 9 ]   =   ' T ü m   A l a n l a r 1  T e m i z l e m e k   0s t e d i i n i z d e n   E m i n   m i s i n i z   ? ' ;  
 e r r o r m s g [ 1 0 0 ]   =   ' C a p s   L o c k   A ç i k . \ n \ n L ü t f e n   P a r o l a n 1z 1  K ü ç ü k   H a r f l e r d e n   o l u _t u r u n u z , \ n C a p s   L o c k   K a p a t i n i z . ' ; 
