When I’m using something like this, everything works:
<meta http-equiv="Refresh" content="1; url=file.php?model=someName&pos=9">
But when i try to direct the visitor to the correct line then the code just refuses to refresh, both in IE and FireFox:
<meta http-equiv="Refresh" content="1; url=file.php?model=someName&pos=9#goThere">
What could be the problem ?