Announcement

Collapse
No announcement yet.

Extended Info Pop Up

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

    Extended Info Pop Up

    I've been making quite a few changes to my site recently and for some reason the Extended Info Pop Up doesnt show on my pc

    Can someone have a look and try clicking the 'more' button for the first product here and see if they view the extended information?

    Can anyone thing what I may have done to cause this problem?




    #2
    Originally posted by party_pete
    I've been making quite a few changes to my site recently and for some reason the Extended Info Pop Up doesnt show on my pc

    Can someone have a look and try clicking the 'more' button for the first product here and see if they view the extended information?

    Can anyone thing what I may have done to cause this problem?
    Hi

    The first time I clicked 'more' nothing happened, the second time the pop up appeared, the third it didnt....

    on re-loading the page it worked every time- That was using firefox

    Didnt work at all using IE

    Nescape didnt do anything on the first click, but the second click opened a new tab with:
    http://www.partyconnection.co.uk/acatalog/info_196.html

    Hope that helps
    Pete

    Comment


      #3
      My first click, nothing happened - except a refresh of the main page. Subsequent clicks worked fine.

      I wonder if this might be related?
      Code:
      window.open = SymWinOpen;
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment


        #4
        window.open = SymWinOpen;

        Excuse my ingnorance Bill, but what and where does this relate?

        TIA



        Comment


          #5
          Have you fixed it, it works ok for me

          Comment


            #6
            No, I haven't done anything yet except for a regular site upload.



            Comment


              #7
              Having said that it doesn't work at all ie nothing happens when viewing in an IE tab in FF

              Comment


                #8
                what and where does this relate?
                you have that code in inline javascript in the head of your page. I wondered whether that is trapping the window open that is coming from the showpopup routine?
                Bill
                www.egyptianwonders.co.uk
                Text directoryWorldwide Actinic(TM) shops
                BC Ness Solutions Support services, custom software
                Registered Microsoft™ Partner (ISV)
                VoIP UK: 0131 208 0605
                Located: Alexandria, EGYPT

                Comment


                  #9
                  Thank you Bill will pass this on.



                  Comment


                    #10
                    This may be the "normal" behaviour.

                    If you open a popup window while a page is loading the parent page stops loading. You have a huge page which will take ages to load. If a customer clicks on an early More button the page stops loading and they won't get to see all the products.

                    To help overcome this, the Actinic ShowPopUp routine reloads the parent page if a popup is called before the page fully loads. Your popup may in facy be there but obscured below the parent window.
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment

                    Working...
                    X