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

Kay Strobach typo3 at kay-strobach.de
Thu Jun 10 19:17:42 CEST 2010


Hi Heka,

does that work for you?

I tried that before, but there were some window.top calls so that i got
some problems.

Best regards
Kay

Am 10.06.2010 14:41, schrieb Björn Pedersen:
> 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