I have an iframe
that references an external URL that serves up pages that contain Flash adverts.
I need to track how often a customer clicks on one of those adverts.
The approach I am taking is to render a div
element over the iframe
. This allows me to intercept the click event, however I need to pass that click down to the iframe
. Is this possible using JavaScript?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…