Announcement

Collapse
No announcement yet.

Pop Ups and Page Refreshes

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

    Pop Ups and Page Refreshes

    Have a jewellery site where you can click on a small image to see a bigger version in a pop up window. The main page refreshes in the background and when you close the window you get taken to the top of the page which is really annoying if you've scrolled down to look at something! Does that make any sense and is there any way to stop this?!

    Site is: jewel-garden dot co dot uk

    #2
    Hmm

    The same thing happens if you click on the 'more info' link as well.

    It's not when you close the pop-up window but when you click on the link that the refresh occurs.

    I have looked at your page code and compared it to mine but cannot see any significant difference in the actual link code. Incidentally my site does not show this annoying behaviour.

    On clicking on the link (or image) to load the extended information it is actually opening a pop-up window correctly but then reloading the origin page in the original window, which, of course means it will go back to the top of the page.

    I cannot see anything obviously wrong.

    Mike
    Boy, this is a big learning curve.....and YES I've got my crampons on!
    www.shop.burns-pet-nutrition.co.uk

    Comment


      #3
      This thread may help you:
      http://community.actinic.com/showthread.php?t=17117

      Comment


        #4
        This is happening because you've removed the essential Actinic code from the <BODY...> tag in your Overall Layout. Try restoring that line to be
        Code:
        <body onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />">
        Or, if you really want to do without the actinic code then use
        Code:
        <body onload="bPageIsLoaded=true;">
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Very many thanks for the assistance.

          I hadn't touched anything in the <body> but did create the pages in Dreamweaver first - perhaps this is the reason why it's missing from my code?? Will make sure it's there tomorrow! Thanks again.

          Comment


            #6
            This is happening because you've removed the essential Actinic code from the <BODY...> tag in your Ovarall Layout.
            Ive just checked a couple of external designs I done and the problem exists in these sites as well. I would have thought that the above code would be added when you insert the inner layout - after all where else would it come from if you are adding variables to a design in DW

            A bug

            Comment


              #7
              Yep - I've reported it to the team.

              Thanks

              Comment

              Working...
              X