Seems you might be able to do a markup of some kind that uses simple javascript to go back history(-1). I don't recall the history right off, but if you use the back arrow, I **think** it may go back to the same place in that page. Not sure. And can't recall the exact syntax. But you could probably google it.
Cheers, Dan On Wed, Sep 23, 2009 at 1:20 PM, DrunkenMonk <[email protected]> wrote: > > Is there any way to hint to the browsers that an action page is a > temporary thing, and that we will want to return to the same place in > our old page? > > I suppose what I really want is ajax built into boltwire (i guess?) > but what I'll settle for now is: > > I have a list of articles. Clicking on an article name brings you to > an edit action, where you can change the price, type, etc. This action > terminates on a submit, returning you to the original list. The top of > the original list. > > Annoying as hell if you want to change 50 articles. One solution is to > generate a list of anchors, and let the action return you not to the > page, but to the page where the article is placed. But that is hardly > perfect, I'd like to be returned as if I had pressed the "back" button > on my browser, the same place, reloaded page. > > Any html gurus out there? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
