ajay.tapodhan
Posts: 1
Joined: Mon Apr 21, 2014 6:04 am

Iframe not updated in Highslide

Hi All,

I am working on showing the iframe using Highslide to show the content.

I want to refresh my Iframe on every click of anchor tag.

Please check below is my code for that.

Pleae help me to reload my iframe on every click of anchor tag.

Code: Select all

 $j(".highslide").click(function () {
                hs.objectLoadTime = 'after';
                hs.preserveContent = false;
                hs.close();
                //hs.overrides.push('onAfterExpand');
                hs.htmlExpand(this, {
                    objectType: 'iframe',
                    outlineType: 'rounded-white',
                    wrapperClassName: 'highslide-wrapper drag-header',
                    outlineWhileAnimating: true,
                    preserveContent: false,
                    cacheAjax:false,
                    width: 500,
                    height: 500,
                    src: 'content.html'
                });
                return false;
            });
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Iframe not updated in Highslide

In case when you click inside your iframe, iframe is refreshed, so could you attach live demo and exaplin what you mean in more details?
Sebastian Bochan
Highcharts Developer

Return to “Highslide JS Usage”