Track button click within a iframe
Posted
by philgo20
on Stack Overflow
See other posts from Stack Overflow
or by philgo20
Published on 2010-05-12T15:36:33Z
Indexed on
2010/05/12
15:44 UTC
Read the original article
Hit count: 265
Hi,
Is it possible to track a button click within an iFrame if i don't have control over the external website or it's contents?
(very fictionnal example)if i had an iframe like this:
<iframe src="http://www.johnny.com/plugins/like.php?href=http%253A%252F%252Fexample.com%252Fpage%252Fto%252Flike&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
© Stack Overflow or respective owner