Re: [qooxdoo-devel] next problem with QxIframeTransport

2006-04-06 Thread Sebastian Werner
Andreas Junghans schrieb: Hi, Am 06.04.2006 um 10:28 schrieb Sebastian Werner: Oliver Vogel schrieb: @sebastian in your code you are creating a empty iframe and set the url to "about:blanc". This works fine in HTTP - environment. but if your Site is using SSL (HTTPS:) ans you are creating a

Re: [qooxdoo-devel] next problem with QxIframeTransport

2006-04-06 Thread Andreas Junghans
Hi, Am 06.04.2006 um 10:28 schrieb Sebastian Werner: Oliver Vogel schrieb: @sebastian in your code you are creating a empty iframe and set the url to "about:blanc". This works fine in HTTP - environment. but if your Site is using SSL (HTTPS:) ans you are creating a iframe with url=about:

Re: [qooxdoo-devel] next problem with QxIframeTransport

2006-04-06 Thread Sebastian Werner
Oliver Vogel schrieb: @sebastian in your code you are creating a empty iframe and set the url to "about:blanc". This works fine in HTTP - environment. but if your Site is using SSL (HTTPS:) ans you are creating a iframe with url=about:blanc IE thinks, your page is SSL and the iframe inside the

[qooxdoo-devel] next problem with QxIframeTransport

2006-04-05 Thread Oliver Vogel
@sebastian in your code you are creating a empty iframe and set the url to "about:blanc". This works fine in HTTP - environment. but if your Site is using SSL (HTTPS:) ans you are creating a iframe with url=about:blanc IE thinks, your page is SSL and the iframe inside the page is about:blanc =