Jump to content

Tracking iFrame clicks


Helmet

Recommended Posts

I am a simple man with a simple goal: I would like to track clicks on affiliate advertising in an iframe. I have tried adding an onclick handler, but I'm getting a "null value" error (Safari):

 

document.getElementById('myFrame').contentWindow.document.body.onclick=function() { myFunction();}

 

What gives?

Link to comment
https://forums.phpfreaks.com/topic/147655-tracking-iframe-clicks/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.