Riparian Posted February 28, 2014 Share Posted February 28, 2014 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 Quote Link to comment Share on other sites More sharing options...
WebStyles Posted February 28, 2014 Share Posted February 28, 2014 does not work in chrome,ff,safari... ie not a probem Love this comment. "ie not a problem" lol (just had to say that). Now, regarding your problem, please post the actual code of the page where this is happening. Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted February 28, 2014 Share Posted February 28, 2014 (edited) And when posting the code, please surround it with tags. It will make your post and the code easier to follow. Edited February 28, 2014 by cyberRobot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.