slurpey
07-06-2011, 09:30 PM
Hi, I have an "offline" html demo of 50+page - so it needs to run on standard html/javascripts...
I'm trying to do this:
Page A
<a href="pageb.html?endpage=pageD.html">Page B.html</a>
<a href="pageb.html?endpage=pageE.html">Page B.html</a>
<a href="pageb.html?endpage=pageF.html">Page B.html</a>
Page B
<a href="PageC.html?endpage=(the parameter of page A)">Page C</a>
<a href="(the parameter of page A)">End Page</a>
Page C
<a href="(the parameter of page A)">End Page</a>
I've searched for a couple of hours already and I just can't seem to find this... I'm not that great at javascripts:(... Thanks a lot!
I'm trying to do this:
Page A
<a href="pageb.html?endpage=pageD.html">Page B.html</a>
<a href="pageb.html?endpage=pageE.html">Page B.html</a>
<a href="pageb.html?endpage=pageF.html">Page B.html</a>
Page B
<a href="PageC.html?endpage=(the parameter of page A)">Page C</a>
<a href="(the parameter of page A)">End Page</a>
Page C
<a href="(the parameter of page A)">End Page</a>
I've searched for a couple of hours already and I just can't seem to find this... I'm not that great at javascripts:(... Thanks a lot!