//******************************************************************* //Purpose : This function checks the given strVal for cross site scripting(CSS) tags. //Input : Input for this funtion is the strVal contain safe input or cross site scripting(CSS)tag. //Output : This function will returns true if the field value is sate input or else if CSS returns false //Limitation : //Developer Name : Narender E //Date : 08/07/2005. //******************************************************************* function checkForCSS(form) { var elems = form.elements; if(typeof elems != 'undefined' && elems != 'undefined'){ for(var i=0;i]*\s*(>|>|u003E)(.*)(<|<|U003C)\/\s*\2\s*(>|>|u003E)/i; //