Is there a way to check in either PHP or Javascript (preferrable PHP), if the current page is running in an iFrame on a specific page. So, I'd like something like this:
if(runningInIframeFromPage("http://www.myAwesomeWebsite.com")){
//go on with script
}
Is this possible?