Dispatch Date - DisDate Dispatch Time - DisTime Customer- DisCustomer Charge Code - DisChargeCode How many Trucks - DisHowManyTrucks Truck Type - DisTruckType Pickup Date - DisPickupDate Pickup Time - DisPickupTime Shipping From - DisFromVendorbase Shipping To - DisToVendorbase Company - StpCustomer Stopover at - StpStopOverAt Pickup date - Stpdate Pickup Time - StpTime Charge Code - StpAFE if (document.all.txtQuantity.value == "") { Msg = Msg + "Quantity\n" showalert = "1" } if (document.all.drpQtyType.options[document.all.drpQtyType.options.selectedIndex].text == "Qty Type") { Msg = Msg + "Quantity Type\n" showalert = "1" } var DisTime = "Dispatch Time"; return IsValidTime2(document.all.DisTime.value, DisTime) if (document.all.DisDate.value == "") { Msg = Msg + "Dispatch Date\n" showalert = "1" } if (document.all.DisTime.value == "") { Msg = Msg + "Dispatch Time\n" showalert = "1" } if (document.all.DisCustomer.options[document.all.DisCustomer.options.selectedIndex].text == "Customer") { Msg = Msg + "Customer\n" showalert = "1" } if (document.all.DisChargeCode.options[document.all.DisChargeCode.options.selectedIndex].text == "Charge Code") { Msg = Msg + "Charge Code\n" showalert = "1" } if (document.all.DisHowManyTrucks.value == "") { Msg = Msg + "How Many Trucks\n" showalert = "1" } if (document.all.DisTruckType.options[document.all.DisTruckType.options.selectedIndex].text == "Truck Type") { Msg = Msg + "Truck Type\n" showalert = "1" } if (document.all.DisPickupDate.value == "") { Msg = Msg + "Pickup Date\n" showalert = "1" } if (document.all.DisPickupTime.value == "") { Msg = Msg + "Pickup Time\n" showalert = "1" } if (document.all.DisFromVendorbase.options[document.all.DisFromVendorbase.options.selectedIndex].text == "Ship From Vendor/Base") { Msg = Msg + "Shipping From\n" showalert = "1" } if (document.all.DisToVendorbase.options[document.all.DisToVendorbase.options.selectedIndex].text == "Ship To Vendor/Base") { Msg = Msg + "Shipping To\n" showalert = "1" }