Announcement

Collapse
No announcement yet.

Fragment Link to be Popup

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

    Fragment Link to be Popup

    Is it possible to make the 'link' within Fragment details a popup with title, sizing, close window etc, as per extended information in a product item?
    http://www.smarterproducts.co.uk

    #2
    Yes. Use an URL like this

    javascript:ShowPopUp('http://news.bbc.co.uk',500,500)

    Make sure you capitalise the ShowPopUp exactly as above and put the popup page name in single quotes.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Brilliant, thaks very much.
      http://www.smarterproducts.co.uk

      Comment


        #4
        Sorry, one more, is there any way to add a title and 'close window' function? or even use the extended information tab within fragments?
        http://www.smarterproducts.co.uk

        Comment


          #5
          Look in actiniccore.js (or actinicextras.js - I can't remember which), duplicate the ShowPopUp routine, give it a new name, edit the features list in the window.open statement to use the features you want. Call that routine instead.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X