简体   繁体   中英

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/

Update your prototype! That should probably fix it :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM