how to check special characters in javascript

function checkLogin()
{

var form_name = new Array(‘txtUserName’,’txtPassword’);
var display_name = new Array(‘User Name’,’Password’);
var count = 2;

if(check_login(‘frmLogin’,form_name,display_name,count))
{

}
else
{

return false;

}

}
function check_login(form_name,f_name,d_name,c_array)
{

var incre=0;

for (incre=0; incre

Similar Posts

2 Comments

  1. This check special characters in javascript program is very simple and easy way to understand it. Using this program i can able to check special characters in java script.

  2. Checking of special characters are most needed coding for me. I am student and i want this kind of useful coding. This may help me for learning.

Leave a Reply

Your email address will not be published. Required fields are marked *