android transition

android transition

I have a big problem when I change page on browser application on android:
I have a index page with a list like this:
            <li><a href="./mobile.p1_ener.html" rel="external">P1 Energy</a></li>
            <li><a href="./mobile.p1_heat.html" rel="external">P1 Heating</a></li>
            <li><a href="./mobile.p1_ligh.html" rel="external">P1 Lights</a></li>
after loaded the index page o press to one of this link and "browser" load the new page and it work fine.

in all sub-pages I have, on to bar, this link:
<a data-rel="back" data-icon="arrow-l">Menu</a>
when I push it "browser" go back to index page and it work fine.

now I'd like to visit a other page and i push to another link, "browser" load a new page and when it finished to load it show me the new page, but immediately it show me the index page again!!!