Side navigation
#23 closed bug (fixed)
Opened July 01, 2006 02:22PM UTC
Closed July 05, 2006 01:44AM UTC
Last modified June 20, 2007 02:58AM UTC
Matthias Miller domReady Approach trows an dialog box on IE + https
Reported by: | neytema@gmail.com | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | event | Version: | 1.0 |
Keywords: | document ready | Cc: | |
Blocked by: | Blocking: |
Description
The problem is in
document.write("<scr" + "ipt id=__ie_init defer=true " +
"src=javascript:void(0)></script>");
IE thinks that src=javascript:void(0) is a security threat
Fixed in SVN rev:118, using https:/// instead of javascript:void(0).