I have a website that have some javascript code to dynamically load in the top navigation generated from .ashx file on the ASP.net 2.0 server.
It works fine in all browsers if the webpage doesn't use https. However, if the webpage uses https as the protocol, the top navigation works fine in all browsers (IE6, IE7, FF, Google Chrome, Safari) except IE8. The top navigation disappears in IE8.
Does anyone know what causes this problem and how to solve it?