powpowland
Posts: 4
Joined: Fri Oct 12, 2012 6:48 pm

Close HS and action after

hello,
sorry for my english, I'm French...

I have a link and when I click on this one, I want it closes the HS and after go to the page corresponding to the link...

That is possible ?

thank you
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Close HS and action after

Hi,

Use a link like this if you are using an iframe popup:

Code: Select all

<a href="your-page.html" target="_parent" onclick="window.parent.hs.close()">Link text</a>
Use a link like this if you are using one of the other Highslide HTML popups:

Code: Select all

<a href="your-page.html" onclick="hs.close()">Link text</a>
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
powpowland
Posts: 4
Joined: Fri Oct 12, 2012 6:48 pm

Re: Close HS and action after

thank you it's working

Return to “Highslide Editor”