Scenario
I leave a page with e.g. <a href"somepage.php?counter=10">go</a>
I return to the original page with header("location: somepage.php#10")
I use the #value to jump to a position on the page.
Problem:
The #10 then attaches itself to every (not even related) hyperlink on the page. Clicking any one of hyperlinks makes it jump to the old position on the page.
does not work in chrome,ff,safari... ie not a probem
Any help is greatly appreciated