Forum Moderators: open
I want to put above three items in <iframe> so that i can attach onClick event on it and eventually track clicks on it.
So my code look like
<iframe width=700 height 250>
Here is the above code of three items which are in table.
</iframe>
Some javascript code here to track clicks in <iframe> .
But problem is that my adblocks are not displaying inside <iframe> .
Certainly i am missing something can you plz figure out what is the problem?
Thank You.