Forum Moderators: coopster
so when the user edits an entry and clicks "update" s/he is directed to a processing script which updates the database and returns the user to "update.php".
heres my problem: the user is returned to the top of page (which is fairly long) so they have to scroll back down every time if they want to edit a number of subsequent entries. i would like the "update" submission to somehow save the current page view so that the user is returned to precisely the same scrolled down view as before.
can this be done without anchors?
i know i could use anchors but am i right that this would cause some scrolling up or down to the nearest anchor in general? i would prefer some way of doing it by percentage, pixels, etc so as to cause a sort of transparent departure and return to the page.
thanks, emory
(sorry about the length, i probably could have said that in about a sentence)