Forum Moderators: open
I've got links like this in a page which is dynamically created by PHP:
<a href="products.php?chosencat=Apples#F06">apples variety 6</a>
...to get to this anchor on another dynamically created page (products.php):
<a name="F06" id="F06"></a>
...but the use of this is hit-or-miss: sometimes the browser displays the page at the correct anchor, sometimes it doesn't.
What am I doing wrong?