JavaScript to Check Characters in a String
//The function given below is use to validate the string in correct format or not. In case of correct format the function will return true as result otherwise will return false.
<script language=’javascript’ type=’text/javascript’>
function IsLettersDigitsChars(strString)
{