This will not work because of a security feature in BoltWire.
Basically, all session inputs have to be generated by a fresh page
load. Which saves the session value of course. To reload a page will
regenerate the same html, but not the session values which must be
stored on the server. It is also not really possible to reset those
session values, because the back button never notifies the server the
page has been reloaded.

I don't think we can solve this one DM.  Is there no way to automate
the page creation process using some kind of template that gives
anchors?

Cheers,
Dan


On Tue, Oct 6, 2009 at 10:22 AM, DrunkenMonk <[email protected]> wrote:
>
> A while ago I requested a way to ensure browsers returned to the same
> page. It turned out that much of the problem was that Firefox 3.0-3,1
> had a bug regarding positioning on pages, and I just about managed to
> solve the issue with a "back" javascript function.
>
> I now have a similar problem, in that I want to hit "submit" and not
> be placed at the top of the same page.
> This is doable with a simple "back" statement, but this invalidates
> form input.
>
> I submit a form and return to the same page from which i sent it.
>
> if I simply leave out nextpage, I am left at the top of the page with
> functioning form input.
> I can "save an continue" without problems, but I am moved to the top
> of the page.
>
> if I add a "back" function, I am left where I was, but further form
> input is invalidated since the form is not reloaded.
>
> I guess what I want to do is post information, ignore the page update
> and then reset form inputs. possibly reload the page.
>
> Anyone know how?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to