I read your explanation on this error as I am experiencing similar problem. But I was not able to implement your help to my case...
I have this code
<script src=http://www.etsmoney.com/scripts/iban.js type="text/javascript"></script>
<script>
<!--
{
var oIBANcheck=new checkIBAN(document.form,"iban");
}
//-->
</script>
In IE it works, in Mozzila it gives the folowin error:
Error: missing ( before formal parameters
Source File: http://www.etsmoney.com/scripts/iban.js
Line: 21, Column: 18
Source Code:
function checkIBAN.prototype.removeNonValidChars(strIBAN_)
I cannot figure out what is the problem.
Thanks for your help.
Ivo