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