I have a page that has a page embedded in it using the iframe tag. I need to make sure that the whole thing is loaded, so I need some code that will detect if the page is inside the frame or not, and if it isn’t, reload itself with the frames page.
I very rarely use frames as I think they are usually a bad idea, but in this case it needs to be that way. I’m just afraid that people are going to start linking directly to the internal page and that would be bad, m’kay?
Unfortunately I know about as much about javascript as my cat does, and I already asked him (he didn’t know)…