How can I auto close an iframe?

Frequently asked questions.

How can I auto close an iframe?

Postby admin on Tue Apr 28, 2009 9:15 am

Put the code below in your confirmation page within the iframe.
Code: Select all
<script type='text/javascript'>
setTimeout(function () {
   try {
      parent.window.hs.getExpander().close();
   } catch (e) {}
}, 3000);     
</script>
Torstein Hønsi
Developer,
Highslide Software
User avatar
admin
Site Admin
 
Posts: 7858
Joined: Thu Nov 09, 2006 1:22 pm
Location: Vik i Sogn, Norway

Return to FAQ

Who is online

Users browsing this forum: No registered users and 1 guest