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?
Announcement
Collapse
No announcement yet.
Fragment Link to be Popup
Collapse
X
-
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
-
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
Comment