Blog
JavaScript Snippet – Is This In An IFRAME?
Recently I had to determine when my code is running in an iframe. In order to do this many would simply use this code: Unfortunately, if you are writing code that can potentially be added to any page (even those Read more…