ÿþ 
 	 f u n c t i o n   C h e c k F o r m ( )  
 	 {  
 	 	 i f ( d o c u m e n t . U s e r L o g i n . U s e r N a m e . v a l u e = = " " )  
 	 	 {  
 	 	 	 a l e r t ( " P l e a s e   i n p u t   u s e r   n a m e ÿ" ) ;  
 	 	 	 d o c u m e n t . U s e r L o g i n . U s e r N a m e . f o c u s ( ) ;  
 	 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 	 i f ( d o c u m e n t . U s e r L o g i n . P a s s w o r d . v a l u e   = =   " " )  
 	 	 {  
 	 	 	 a l e r t ( " P l e a s e   i n p u t   p a s s w o r d ÿ" ) ;  
 	 	 	 d o c u m e n t . U s e r L o g i n . P a s s w o r d . f o c u s ( ) ;  
 	 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 }  
 
