[dokuwiki] Re: Tester needed: IE + https

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 4 Sep 2006 20:09:56 +0200

On Mon, 4 Sep 2006 11:56:27 +0200
"Lothar Speil" <speil@xxxxxxxxxxxxxxx> wrote:

> Hi Andi!
> 
> I've done a test and sorry I could not verify success, still the
> warning of insecure objects with IE6. (Web server is IIS5 at Win2k)

Okay. Thanks for your tests. Just to be sure: Line 107 of
/lib/scripts/events.js looks like this (one line):


document.write("<script id=__ie_onload defer
src=javascript:false;><\/script>");

If this is the case, could you please try removing the
src=javascript:false; part to make it look like:

document.write("<script id=__ie_onload defer ><\/script>");

and test again?

Andi

Other related posts: