From: Michael E. <Mic...@il...> - 2001-02-01 19:34:37
|
We are currently using the latest CVS files. In IE 5.5 only, when using SSL, we came across a browser bug. If we pass the param 'javascript:null' in line 73 of DynLayer we get a mixed mode security alert on every screen. This screen cannot be set to 'Don't show me again'. I believe this line is a patch someone entered about two weeks ago. We have temporarily fixed this by commenting out the parameter. Offending line: #72 else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null) dlyr.setBgImage('javascript:null'); Thanks, Michael Ellis |