Hi and thanks for the fast reply. I do use an entire scheme, but didn't include it in my post, since the server isn't seen outside the office. I can't help thinking it has to do with browser security, I just can't override it in any way.
-Heka Kay Strobach-2 wrote: > > 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 >> > > _______________________________________________ > TYPO3-english mailing list > [email protected] > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > -- View this message in context: http://old.nabble.com/Embeding-TYPO3-within-an-iFrame-in-another-application-tp28841109p28851526.html Sent from the TYPO3 English mailing list archive at Nabble.com. _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
