Haakoo,
You are on to something here.
I am making manual edits to the page
section-2.html and
index.html as a test. I am still using the object embed but have added the top.location script into the <head> of section-2.html
Code: Select all
<script>top.location.href ='./index.html#section-2'; </script>
and I added a bookmark (maybe not needed) to the index page in section 2 e.g.
Code: Select all
<article id="section-two">
<a id="section-2"> </a>
<object width="1000" height="550" data="./section-2.html" type="text/html"></object>
<nav class="next-prev">
<a class="prev section-one" href="#section-one">Prev</a>
<a class="next section-three" href="#section-three">Next</a>
</nav>
</article>
And it kinda works...if you try an open the section-2 page manually (
http://www.aditerum.co.uk/templates/T9/section-2.html ) you do go to the index page and straight to that section - which is great. But look at the url. Now try an open just the
index page - it defaults to the section-2 bookmark. So when I add in the same coding for the other 4 pages I suspect the index page will go mental.