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
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
Comment