Hi,
This is a java forum. What your client is seeing is an error reported by the browser's javascript engine while interpreting some javascript code in the html. The line no may or may not be accurate and you shouldn't rely on it.
Instead you can insert alert statements in your javascript to see till what point the script has executed and where exactly the error is happening.
Cheers,
vidyut