GIF89a php
Current File : /home/hencockfreshchic/public_html/admin.cpanel/js/validExl.js
function validExl(theForm)
{
	var image=$("#image").val();

	if(image=="")
	{
		alert("Select CSV file , with bulk products. Dont upload blank file.");
		$("#image").focus();
		return false;
	}

	return true;
}