Hello all, I'm not much of a Javascript guy but I think this is probably the best place to find a solution for my need.
I have a WordPress blog. What I'm basically wanting to do is this:
1) If the blog is loaded in a browser run an HTML code bit.
2) If the blog is loaded via an IFRAME do not parse that same code.
What I have is that the WP blog shows the title in an H1 tag...I want that to show if its loaded as a free standing page. But if its loaded in an iframe, that iframe will already have a title and some other stuff, so I dont need to re-display the title from the blog.
Make sense?
Thanks!
Chris