Is there a way to attach an onclick event to an IFrame?
I tried using the HTML attribute, but that didn't work. Then I tried surrounding it with a div, and that didn't work. Then I tried setting up a jQuery event handler, but the same result.
I'm assuming that when you click inside the frame, you're not clicking in the DOM, so it doesn't pick it up.
Is this correct? Anyway around it?