praveenhotha Posted March 18, 2011 Share Posted March 18, 2011 We have an iframe in our page which does a meta refresh to a url after validation, in all other browsers the url passed opens in the same iframe, but in IE 8 it also opens a new window with the provided url. What could be the issue? Thanks in advance. Praveen Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 18, 2011 Share Posted March 18, 2011 i would not use iframes. Anyway, google tells me this: http://www.codingforums.com/archive/index.php/t-117626.html keywords, refresh iframe in current window Quote Link to comment Share on other sites More sharing options...
praveenhotha Posted March 18, 2011 Author Share Posted March 18, 2011 thanks for the link, How else can this be implemented, primarily we need to load an external application in the page. I thought iframe is the best option. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 18, 2011 Share Posted March 18, 2011 hmm, you could try the php include(); function. otherwise you need to stick with iframes, but than you need javascript to refresh it. Quote Link to comment Share on other sites More sharing options...
praveenhotha Posted March 18, 2011 Author Share Posted March 18, 2011 but javascript approach would bring in the back button/page refresh issues, We are trying to provide a platform for users to host their apps. The problem occurs only in IE 8, when we try to authorize and redirect him back to the url he provided. Quote Link to comment Share on other sites More sharing options...
nogray Posted March 18, 2011 Share Posted March 18, 2011 This could be a security zone conflict in your browser setting. For example, if you have a page on your PC, or a trusted security zone and you click on a link to a third part site or try to open a third party site that is in different security zone (e.g. default zone), IE will open it in a new window. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.