NetTalk Central

Author Topic: Issue with iframe and IE  (Read 1407 times)

Ubaidullah

  • Full Member
  • ***
  • Posts: 123
    • View Profile
Issue with iframe and IE
« on: February 05, 2012, 04:53:52 AM »
Hi,

I have a NT web app running inside anothe website using an iframe. It works ok on FF and Chrome. On IE, none of the ajax calls are working, i.e. clicking on buttons, etc. on the app form does not produce any response.

I have seen the discussion regarding this but it was in 2008. Has anyone found a way to resolve this?

Thanks & Regards,
Ubaidullah Nubar.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Issue with iframe and IE
« Reply #1 on: February 24, 2012, 02:18:32 AM »
embedding sites inside other site, in iFrames, is one of those things that browsers sort-of support, but don't like.

In IE's case, it's considered a "security" issue (because it allows one site to track users using cookies etc).

At the end of the day there are settings in the browser, and different behaviors from one browser to another, but you can expect to see support for iframes from different sites get worse not better as the browsers tighten up on privacy, and as people care more about privacy etc.

In the long run your best bet is to create separate pages - let the user go from one site to the other (and vice versa) but try and avoid iFrames when you can.

Of course regular research via google is also recommended - this isn't a NetTalk issue, it's a web/browser issue, and from time to time things change - browsers get settings to turn stuff on and off and so on.

cheers
Bruce