Say, I have a site with URL site.com . How do I know if a referrer gets my URL from an iframe, like this:
<iframe src="http://site.com"></iframe>
OR a referrer CLICKS (!!) this link at some site, where link is a usual a-tag: <a href="http://site.com">go to site</a>
?
I wanna tell those two apart on my server-side. Maybe, there is a way to do that via JS? Thanks in advance.