[TYPO3-english] Embeding TYPO3 within an iFrame in another application

Björn Pedersen pedersen at frm2.tum.de
Thu Jun 10 14:41:52 CEST 2010


Am 10.06.2010 12:08, schrieb Heka:
> 
> 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".
> 
You have to supply the full URL including scheme, so something like
src="http://www.domain.tld/typo3"

Björn



More information about the TYPO3-english mailing list