/ Published in: JavaScript
Expand |
Embed | Plain Text
var isInIFrame = (window.location != window.parent.location) ? true : false;
You need to login to post a comment.
var isInIFrame = (window.location != window.parent.location) ? true : false;
You need to login to post a comment.