#1  
Old   
Mone's Avatar
Mone
Administrator
 
Posts: 426
Join Date: Jul 2006
Exclamation Opera all versions - Cross-frame scripting / port issue - 11-09-2006 , 05:12 PM


Opera has a strange behavior dealing with cross-frame scripting.

Even if some browsers have "not-so-strict" rules (ie IE6), we can say that a way to make "cross-frame scripting" compatible with most browsers, is to follow mozilla's rules, which IMO make a lot of sense.

The problem is that while in mozilla-based browser the access between http://www.company.com/ and http://www.company.com:8000/ can be authorized setting in both pages
Code:
document.domain = "company.com"
in Opera browsers this is not true, accesses between those pages will throw security exception. Actually there is no known work-around, so to mantain compatibility with Opera browsers you need to bind LS server and web server to the same port and so on different machines.

Last edited by Alessandro : 08-09-2010 at 03:13 PM .

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
cross domain between http and https riwang Web Client API 1 01-07-2009 11:56 AM
Opera 9 - host file issue Mone Known Browser Issues 0 09-03-2008 10:26 AM
Cross domain capability achimabeling Architecture - Integration - Deployment 1 08-20-2007 04:08 PM
Opera --> Cross-frame scripting / frameset Mone Known Browser Issues 1 03-28-2007 10:35 AM
Opera 8 - 9 --> iframes onload issue Mone Known Browser Issues 0 02-09-2007 02:35 PM



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.