Thanks Christof, As my wiki is just a personal site, I'll disconnect this feature too François
Christof Damian wrote:
On Sat, 02 Apr 2005, FxParlant wrote:
hello,
I've got a page which opens an url in frame 1 and the same url translated by bablefish in frame 2.
Whenever I try with a wikipedia (or my wiki), the frameset explodes and there isn't any frame.
Is that the effect of a special php or javascript, that I could disconnect on my wiki?
its in the javascript. have a look at skins/common/wikibits.js and comment out these lines:
Un-trap us from framesets if( window.top != window ) window.top.location = window.location;
I did this too, because it was confusing with google images.
christof