This is a discussion on "preserve the back button action when doing AJAX calls" within the JavaScript Forum section. This forum, and the thread "preserve the back button action when doing AJAX calls are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
preserve the back button action when doing AJAX calls
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
preserve the back button action when doing AJAX calls
hi all
In my website I'm doing a lot of Ajax calls, and consequently the changes do not go in the browser history. Thus, the back button takes me several steps back (before all the Ajax calls). I know there are lots of posts written on this topic, but can you recommend me an elegant and lightweight solution for this problem. I want all the Ajax actions to be recorded in the history of the browser.... thanks! |
|
|
|
||||
|
Re: preserve the back button action when doing AJAX calls
Unfortunately this is not possible, you cannot alter the back button functionality of the browser...(this is a god thing
The best way is to keep track of the movements within your javascript and create a "back" button within the page with maybe a warning to the user that the back button of the browser will mean having to start again.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: preserve the back button action when doing AJAX calls
thanks
Well, I know that the Google Web Toolkit supports history updates when doing the Ajax calls. So I assumed that there is a lightweight framework, which can do it as well, hmmmm. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to change button action into a movieclip button action | cjrollo | Flash & Multimedia Forum | 7 | Nov 21st, 2007 17:07 |
| [SOLVED] preserve the state of checkboxes after an AJAX call | pesho318i | JavaScript Forum | 4 | Nov 7th, 2007 16:35 |
| How do i Multiple AJAX Calls on the Same Page ? | jd2007 | JavaScript Forum | 2 | Aug 9th, 2007 09:59 |
| Condition on button action | artdog | Flash & Multimedia Forum | 1 | Sep 14th, 2006 19:45 |