Any javascript gurus?

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)…

:confused:

Here you go. You can just scroll down to the bottom and copy-and-paste the cvarious bits where they tell you to. You’ll need to modify the page names, of course. Hope this helps!

Hooray! Thank you! That works perfectly! None of the examples I was googling up seemed quite right.
happy dance