Forum Moderators: open
We use php, and my question now: how does a webpage know that it is loaded in a frame, resp. to know what is the frameset page including this frame, (except via referer) to know on *which* affiliate site it is included, and on top *if* it is on an affiliate site?
Thanks a lot for any ideas.
<frameset rows="100%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<frame src="http://www.yourdomain.com/yopurpage.php?aff_id=abc123" FRAMEBORDER=NO>
<frame FRAMEBORDER=NO>
</frameset>
Then set the cookie and you are off to the races - is done all the time. But I'm not sure if that is your question/issue.