Hihslide没有工作我iframe和重定向

时间:2013-03-04 21:36:06

标签: highslide

我多年前使用框架highslide用于show modal windows但是当我使用iframe内容时我遇到了问题

进入这个iframe我展示了例如页面index_1.htm,这个网站有表格,当表格正确显示感谢并重定向到其他页面 - 全部进入这个iframe - ,这个其他页面收到时字符串重定向其他时间最终结束进程

问题是当重定向时,重定向显示到这个iframe全部为空白,没有显示任何进入higslide iframe,加载确定并显示第一页但是此后没有显示任何内容

我使用此功能来管理窗口:

function creator(id)
{
hs.graphicsDir = 'js/win/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.width='1100';
hs.height='900';
hs.dimmingOpacity = 0.75;
hs.align = 'center';
hs.preserveContent = false;
useControls: false,
hs.htmlExpand(null,{ src:'indexer.php',objectType: 'iframe' ,wrapperClassName: 'no-footer'} );
}

感谢您的帮助,关心所有团队og higslide,我看到现在没有工作论坛和禁用,看到你告诉去这里发送问题:(

感谢时间

0 个答案:

没有答案