Hi Dan,
sorry about that. Next time onwards I will start new thred,
I have got solution for that. It was spaces in the value which was creating problem.
Thanks,
Preeti
Hello ,
I am trying to send form field name as a parameter. Something like this:-
function fun_IsErrors()
{
var errors =document.Form.Errors.value;
if (errors!=null && document.Form.Errors.value.length>0) {
errors= errors.substring(1,(errors.length-1));
var errorArr = errors.split(",")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.