Announcement

Collapse
No announcement yet.

load extended info into custom frame

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

    load extended info into custom frame

    I searched allover for this and could not find what i was looking for.

    basically i wanted my extended info to load into a frame along side my list of products.

    as i couldnt find the href for the link i was unsure where to put the target.

    after 3 hrs of playing i found out that its in the actiniccore.js

    at the bottom

    window.open(sUrl, 'Actpopup', 'width=' + nWidth + ',height=' + nHeight + ',scrollbars, resizable');
    }
    Actpopup is the target....or the name of your frame



    FINNALLYYY

    just for anyone who wanted to know lol

    #2
    Thanks for adding a useful tool to the community.

    I wonder if you would post a url to go with it so we can see the result in action

    Comment

    Working...
    X