On 3/29/06, Jeremy Kitchen <[EMAIL PROTECTED]> wrote:
> On Wednesday 29 March 2006 12:59, Aaron Meier wrote:
> > I'm using this on a secure site, and in IE, when the 'new Dialog' is
> > called, it tells me "This site contains both secure and nonsecure items."
> > I've tried creating the dialog element ahead of time, but that didn't help.
> >  Any suggestions?
>
> after line 346 put in a line like so:
> iframe.src = "about:blank"
>
> IE complains if you try to display an iframe with no src and you're using
> https

In my experience, IE still complains about secure and nonsecure items
when using about:blank.

We've just kind of standardized on a 0-byte blank.html which is still
an extra hit on the server, but it gets around the message.  I've had
on-again/off-again success using a src like javascript:;

Todd
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to