You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
326 B

<!--
// This file contains the data validation JavaScript functions
// developed by "ABN group(Anil-Brajendra-Nilesh) for Technosys Services Pvt Ltd."
// data validation routines.
var whitespace = " \t\n\r";
/****************************************************************/
function replaceAll (s, fromStr, toStr)