I don't think it's the widget, I think that site is using a framekiller: http://en.wikipedia.org/wiki/Framekiller.
You could try implementing a framekiller killer: http://en.wikipedia.org/wiki/Framekiller Anthony On Wednesday, October 12, 2011 6:49:03 AM UTC-4, peter wrote: > > I am using the iframe widget. It works just fine most of the time, > displaying a website within a frame on the page. > My html is > > {{=plugin_wiki.widget('iframe', festival.web_site, width=900, > height=600)}} > > > However when festival.web_site equals 'http:// > www.oxfordjazzfestival.com', then instead of displaying the website > within the frame, the browser just displays the website of the oxford > jazz festival, the browser url displaying as > http://www.oxfordjazzfestival.com. > > It does not seem to do this with any other websites, so there must be > something peculiar about the oxford jazz festival site that interacts > with the way the iframe widget is implemented. Has anyone else had > this problem with the iframe widget, and can anyone suggest a > workaround. > > Peter > > >