Hi All,
I have a problem. I have a page with an iframe, which contains anothe page. In the main page I have links, and when I press one of them, it causes the page within the iframe to be moved to specific named tag.
See www.pigovat.com/works.html and www.pigovat.com/recordings.html
Now what I need:
From page within iframe in the works page, I need a link, which will lead me to recordings page, where the iframe in the recording page will be set to the specific named tag, and vise
For example:
Currently I'm in works page, looking at the "Requiem "The Holocaust" composition in the internal page (within iframe), and there is a "Recording" link in that page. If I press that link, I want to navigate to Recordings page, where within the iframe I will see the same "Requiem "The Holocaust".
Can I do it using a simple HTML or I need a kind of scripting here? Can you write down some simple script for it?
Thank you in advance,
I have a problem. I have a page with an iframe, which contains anothe page. In the main page I have links, and when I press one of them, it causes the page within the iframe to be moved to specific named tag.
See www.pigovat.com/works.html and www.pigovat.com/recordings.html
Now what I need:
From page within iframe in the works page, I need a link, which will lead me to recordings page, where the iframe in the recording page will be set to the specific named tag, and vise
For example:
Currently I'm in works page, looking at the "Requiem "The Holocaust" composition in the internal page (within iframe), and there is a "Recording" link in that page. If I press that link, I want to navigate to Recordings page, where within the iframe I will see the same "Requiem "The Holocaust".
Can I do it using a simple HTML or I need a kind of scripting here? Can you write down some simple script for it?
Thank you in advance,
Comment