Hi,
I'm working on a tool that helps automating aspects of image license checking in Wikipedia (developing it for HuWiki).
The idea is to show an unchecked image page in a frame and a list of available actions in another frame.
However I realized that it's not straightforward to show a Wikipedia page in a frame at all, it automatically takes over the top frame after loading.
I've seen that http://de.wikipedia.org/wiki/Benutzer:Flacus/Wikipedia_Interwiki-Link-Checke... does some dark magic rewriting the page contents but do I have to do that too?
What's the reason for this behavior and what's the easiest way to get around it?
Thanks, nyenyec
Example:
<html> <frameset rows="50%,50%"> <frame src="about:blank" /> <frame src="http://en.wikipedia.org" /> </frameset> </html>