I have a Hype doc living in an iframe inside various HTML pages.
Is there a simple way to get the URL or title of the HTML page from within the Hype document? (Everything I’ve tried via Javascript returns the attributes of the iframe.)
My Hype file and resources live in a separate directory from the HTML pages.
The reason I want to do this is because the Hype document is navigation. By reading the URL or title, I can set the “you are here” part correctly.
I’m a newbie and any help is appreciated. Thx.