Hi,

I've been trying to embed the entire TYPO3 inside an iFrame, which is
located in a Java application. Both applications are owned by the company I
work for, and I have full access to them. These applications do not reside
in the same domain.

My iFrame javascript code is as follows:

<iframe src ="ourSite/typo3/" id="myframe" name="myframe"  width="1400"
height="600">
  <p>Your browser does not support iframes.</p>
</iframe>

The code above does not work, I've tried also with application="yes".

Our TYPO3 instance works perfectly in isolation, but when inside an iFrame,
it lets the user log in, but does not let the user go any further (the page
seems to reload no matter what is clicked). Using Firebug, it seems as if
the other app did not have permissions to call TYPO3 javascript.

Is this a matter of browser security or something hardcoded in TYPO3? Is
there something to be done so we can use TYPO3 from within another app?

Any help would be greatly appreciated.

-Heka

-- 
View this message in context: 
http://old.nabble.com/Embeding-TYPO3-within-an-iFrame-in-another-application-tp28840220p28840220.html
Sent from the TYPO3 English mailing list archive at Nabble.com.

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to