Loading an external tracking page
My question is hopefully pretty simple. I need to target a certain div and all its links and on click of any of those links load a tracking page in an iframe.
Right now, if this function can just load the same file into that iframe, that will be great. In the future, if I could loop through all the links and get their name attribute (which will have the specific link to an individual tracking file), and load that into the iframe, this would be the most desirable.
Any help is appreciated.