Sys undefined for HTTPS url in IE8

Posted by Dhana on Stack Overflow See other posts from Stack Overflow or by Dhana
Published on 2009-03-27T15:46:11Z Indexed on 2010/06/02 20:04 UTC
Read the original article Hit count: 399

Filed under:
|
|

I just discovered a rather peculiar issue in IE8 for a HTTPS link. Every time the page tries to access the HTTPS link, it produces an error. This happens only in IE8 and nothing else. Any idea what's going on? I found some items that said that means the files were not loaded, hence the issue and tried some fixes recommended, but they haven't worked so far. This is a .NET site by the way. https://www.beckshoes.com/cart/cart.aspx

Message: 'Sys' is undefined
Line: 70
Char: 1
Code: 0
URI: https://www.beckshoes.com/cart/cart.aspx


Message: 'Sys' is undefined
Line: 319
Char: 1
Code: 0
URI: https://www.beckshoes.com/cart/cart.aspx

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX