Announcement

Collapse
No announcement yet.

Pop-Ups/Page Refresh

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

    Pop-Ups/Page Refresh

    Afternoon---

    Is there anyway I can stop the web page refreshing when someone clicks on a link that creates a pop-up? For example, there are 10 products on a page - someone clicks on the tenth one for an 'Enlarged Image' but the page refreshes so the 'someone' loses their page position...

    Quite annoying....any ideas?

    Many thanks,
    Matt
    www.bwshop.co.uk

    #2
    Covered many times before. Try searching for say popup refresh or popup reload. An explanation is also on http://community.actinic.com/showthread.php?t=24834
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      PS I see you're using NorCascade. I guess you installed this when running 8.0.2 or earlier. Now you're on 8.0.3 there's an update that's well worth installing as it will half the size of the support files that need loaded. See http://www.drillpine.biz/forums/viewtopic.php?t=214 for details.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Originally posted by NormanRouxel
        PS I see you're using NorCascade. I guess you installed this when running 8.0.2 or earlier. Now you're on 8.0.3 there's an update that's well worth installing as it will half the size of the support files that need loaded. See http://www.drillpine.biz/forums/viewtopic.php?t=214 for details.
        Hi Norman...
        Thanks for that - the replacement code has been inserted already...I thought the site was slow too....

        Hmm...

        Comment


          #5
          I have found details on preventing the page refreshing, but all the recommended coding is still visible??

          Any ideas????

          Comment


            #6
            The replacement code - only changed the catalog - not the main pages, so thank you for that! (once again!!!)

            Comment


              #7
              You've left this line in by mistake in both your Brochure and Overall Layouts.
              Code:
              <actinic:variable name="JavaScriptArray" value="All Data From All Sections" />
              This will be increasing your site load times a lot.

              I see it in the BODY in your Brochure pages and above the </HEAD> in your product pages.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Just as you think you may just be getting the hang of it eh????

                So that's sorted -and the page only refreshes when the total page hasn't fully loaded....which means the only way I'm going to stop the page from refreshing is through hard coding??? By telling Internet Explorer not to refresh??

                Comment

                Working...
                X