ssl security information on internet explorer 6
Posted
by user309984
on Stack Overflow
See other posts from Stack Overflow
or by user309984
Published on 2010-04-06T12:11:10Z
Indexed on
2010/04/06
12:13 UTC
Read the original article
Hit count: 193
Hi all,
I dont want that my webpage show security information about this page contains both secure and nonsecure... this only happen in ie6, i am testing with the program ietester. I know that the problem is in file mootools-1.11-uncompressed.js in this line if(!$("ie_ready")){var C=(window.location.protocol=="https:")?"://0":"javascript:void(0);";document.write('<\/script>');$("ie_ready").onreadystatechange=function(){if(this.readyState=="complete"){A();}};}}else{window.addListener("load",A);document.addListener("DOMContentLoaded",A); i already try change the ://0 by https://0 and javascript: and javascript:false and # but the problem continues, when i remove this line from the mootools file the warning doesnt show but the code that i have to show some calendar doesnt work also, because i have something like /*
and this doesnt work if i remove that line, can anyone help me??
© Stack Overflow or respective owner