Quote Originally Posted by rbarbour View Post
I'd like to use this with a inline ajax popup.

However, I would need to pass the products_id in a link to the script instead of the script requesting it through the GET method.

Any quick ideas or solutions?
Not sure how quick the solution/idea came, but a specific solution was identified to support this request and it seemed to jive with the above/previous discussion.

In the end, the javascript/jquery code that was being used included an ajax call/function. Primarily it allows display of the content at a link's destination within a window. But, for this particular module, in order to "properly" fire it off, the dpu code had to be called/activated in order to process. Basically, one way for DPU to work within this popup was to call/process the content of the includes/modules/pages/YOUR_PAGE/on_load_dpu.js file after the ajax work of the javascript/jquery program successfully completed.

So the answer is yes it can be used for the most part as is but integrated into other code as that code needs...