Announcement

Collapse
No announcement yet.

Window size - extended information popup

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

    Window size - extended information popup

    Does anyone have experience of customising the popup window used for the Extended Information in such a way that it opens up to a particular size and with a centralised image?

    If you click on the image here you will see what I mean: http://www.blinkred.com/gallery/prod...duct%5Fid=3551

    I have the javasript that does this on my current site which I am trying to replicate but it does not seem to work in Actinic. I am on version 7.

    Many thanks for any assistance.

    #2
    Hi Moses

    You can take a look at the Advanced User Guide (Word Version), Page No. 40, which deals with customising Pop-up windows.

    If you do not have the User Guide, you can download it from here.

    Please be sure to download the "Zipped Word Format 0.9MB".

    Hope this helps.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      mousover

      Many thanks but I have tried following the instructions on page 40 - I can get the window to open larger but I cannot get the effect on the site I mentioned i.e with the image opening up centralised.

      The code in my existing site which I am tryuing to replicate in Actinic is below. One of you colleagues tried to get it to work but could not so suggested I ask the Community.

      This is the code I believe:

      <script language="JavaScript">

      <!-- hide this script from non-javascript-enabled browsers

      function popup(URL) {
      window.open(URL,"Zoom","width=420,height=300,toolbar=0,status=0,resizable=0,menubar=0,scrollbars=0");
      }
      // stop hiding -->
      </script>

      Comment


        #4
        Hi Diane

        Please take a look at this thread which provides a workaround for this.

        Hope this helps.

        Cheers
        Krithika Chandrasekar
        SellerDeck

        sigpic

        E-commerce software by SellerDeck

        Comment

        Working...
        X