Jump to content

redirect to same spot on the page


niche

Recommended Posts

I'm guessing, but how you redirect to same spot on the page sounds like a js question. If so, please provide some tips to get started. I've created a long page that allows me to save form inputs as I go along, but it sends me back to the top of the page with each redirect (header('Location: http://localhost/acrobat7c.php'):). I'd like the redirect to send me back to where I was when I submitted inputs.

Link to comment
Share on other sites

You can put a anchor where the form has been last submited. and then you can point that page fragment it in the location URL header('Location: http://localhost/acrobat7c.php#fragment1

Link to comment
Share on other sites

birbal, worked like a dream. <a> is a tag that was waiting for me to use for the first time.Thanks birbal,Niche

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...