Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jchoucq
Partner - Creator III
Partner - Creator III

Iframe Ajax doesn't work on Safari

Hello,

i'm trying to open a QlikView application in a Iframe. Everything is ok when i open the file with IE, FireFox and even with Opera. But when I use Safari, i get an error message : "Lost Connection To Server". Even with the latest version of Safari (v5)

Does anyone already met this problem ?

the html script looks like :

<iframe name="FRAME1" src="http://MyServer/QvAjaxZfc/opendoc.htm?document=MyApp.qvw" width="100%" height="800" scrolling="no" frameborder="0" />

Regards,

Johann

1 Solution

Accepted Solutions
jchoucq
Partner - Creator III
Partner - Creator III
Author

Ok, it works now Wink

that was a problem of cookies ... by default, Safari is the only navigator where cookies are not configured as "Accept : Always".

Regards

Johann

View solution in original post

1 Reply
jchoucq
Partner - Creator III
Partner - Creator III
Author

Ok, it works now Wink

that was a problem of cookies ... by default, Safari is the only navigator where cookies are not configured as "Accept : Always".

Regards

Johann