admin管理员组文章数量:1336645
I am using Highslide popup. I want to close the popup on button Click. The button is inside the page. For opening hs.htmlExpand(this, { src: 'add_image.php', objectType: 'iframe' } ) used this function it is opening.
When Closing used this But it is not working.
Thanks in advance.
I am using Highslide popup. I want to close the popup on button Click. The button is inside the page. For opening hs.htmlExpand(this, { src: 'add_image.php', objectType: 'iframe' } ) used this function it is opening.
When Closing used this But it is not working.
Thanks in advance.
Share Improve this question asked Dec 30, 2009 at 12:37 PranjaliPranjali 472 silver badges8 bronze badges2 Answers
Reset to default 6use this:
<input id="Button1" type="button" value="Cancel" onclick="javascript:parent.window.hs.close();" />
do this on body tag if you want to close it on clicking outside..
<body onClick="hs.close()">
本文标签: javascriptHighSlide CloseStack Overflow
版权声明:本文标题:javascript - HighSlide Close - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742416642a2470845.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论