Edward Nygma
Edward Nygma

Reputation: 11

Prototype JavaScript working locally in all browsers, but not in IE9 on server

I am using Prototype version 1.6.0.2 in action here:

http://sgm189.csesalford.com/invoices

please login with username 'billy' password 'billy'

Go to Invoices > new invoice. Then try filling numeric data in the fields 'Sales Tax', 'Qty' and 'Price'.

In all browsers but IE9 the fields dynamically refresh and everything works. Another strange symptom is that the code works locally in IE9. UTF-8 encoded and no BOM.

Are there any revisions I can make to my code? Code available here:

http://jsfiddle.net/Fqe5d/

Upvotes: 1

Views: 326

Answers (1)

abelito
abelito

Reputation: 1104

Update your prototype! That should probably fix it :)

Upvotes: 1

Related Questions