at my page home.html
<li><a href="#testpage" class="item-link">
<div class="item-content">
<div class="item-inner">
<div class="item-title">Tespage</div>
</div>
</div></a>
</li>
and at inlinepage of #testpage
<div data-page="testpage" class="page cached">
<div class="page-content">
<div class="content-block">
<p>Lorem ipsum dolor sit amet </p>
</div>
</div>
</div>
and my question is .. how i can go back from EXTERNAL page , into #testpage .. i've tried back from external page with url home.html#testpage . but not work..