Announcement

Collapse
No announcement yet.

page refreshes when more information windows closed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    page refreshes when more information windows closed

    The main page refreshes itself when the extended info window is closed, is there anything i can do about this? i think it is a bit off-putting

    www.av4home.co.uk

    Thanks

    Jonathan
    Jonathan

    #2
    This only happened to me when I closed your more info page before the main page had finished loading. Some of the sections took a while to load.

    Comment


      #3
      This is deliberate behaviour. The reason for this is that opening a popup page stops the parent page and its images from loading (if it's not already all loaded). This means that someone who then closes a popup and continued scrolling down your main page would see what looks like an incomplete page, probably with missing images.

      If you really want to stop this it is possible. Edit ActinicCore.js (inSite1) and delete the line (almost at the bottom)

      Code:
      		window.location.reload(true);
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thankyou both
        Jonathan

        Comment

        Working...
        X