Page 1 of 1

Dynamic Client Lookup

PostPosted: Wed Jun 28, 2006 5:05 am
by bmf152
Hi,
I am using the Dynamic client lookup, and it works perfectly in FireFox.
However, when i try it in IE I get a syntax error. It looks like the problem is this function:

function showClientData(indexThis)
{
var formObj = document.forms['myForm'];
eval(ajaxObjects[indexThis].response);
}

I dont know what the solution is since it works fine in one browser and not in another. I verified that I have all the latest files, so I'm stumped.
Any help?

Thanks.