GIF89a php
Current File : /home/hencockfreshchic/public_html/admin.cpanel/uploadjs/validateForm3.js
// JavaScript Document
function ValidateForm1(theForm)
{
	
 
   if (theForm.cat.value == "")
   {
      alert("Enter category");
      theForm.cat.focus();
      return false;
   }

   return true;
}