I understand that it is not possible to tell what the user is doing inside an iframe if it is cross domain. What I would like to do is track if the user clicke
iframe
I believe you can do something like:
$('iframe').contents().click(function(){function to record click here });
using jQuery to accomplish this.