Re: AJAX & back button

2007-02-23 Thread Rey Bango
Hi John, Do you suggest that as a complimentary method? Also, this should take the form of a progressive enhancement correct? Rey... John Dowdell wrote: > Richard Cooper wrote: >> My question is what is the best way to cope with using back button and >> bookmarks. > > Putting an "undo" button

Re: AJAX & back button

2007-02-23 Thread John Dowdell
Richard Cooper wrote: > My question is what is the best way to cope with using back button and > bookmarks. Putting an "undo" button in your interface helps people avoid wondering "If I hit the browser's back button will I still go back to the previous HTML page?" jd -- John Dowdell . Ad

Re: AJAX & back button

2007-02-23 Thread Rey Bango
Thats very cool! Since I already use jQuery, I'm covered but I'll have keep this for future reference. Rey... Qasim Rasheed wrote: > This is a library without using JQuery > > http://codinginparadise.org/weblog/2005/08/ajax-tutorial-saving-session-across.html > > Thanks > > Qasim > > On 2/23

Re: AJAX & back button

2007-02-23 Thread Qasim Rasheed
This is a library without using JQuery http://codinginparadise.org/weblog/2005/08/ajax-tutorial-saving-session-across.html Thanks Qasim On 2/23/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > Tackling the back button in Ajax isn't a trivial task and has really > frustrated a lot of developers. Sev

Re: AJAX & back button

2007-02-23 Thread Rey Bango
Tackling the back button in Ajax isn't a trivial task and has really frustrated a lot of developers. Several of the frameworks out there offer back button support so you may want to consider switching. As Andy mentioned, jQuery (www.jquery.com) offers a plugin that supports this functionality a

Re: AJAX & back button

2007-02-23 Thread Richard Cooper
Cheers Andy, I'll check that out now. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion

RE: AJAX & back button

2007-02-23 Thread Andy Matthews
The jQuery library has a "back button" plugin that automatically manages back button clicks. It works a treat. -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 2:31 AM To: CF-Talk Subject: AJAX & back button Hi all, I'

AJAX & back button

2007-02-23 Thread Richard Cooper
Hi all, I've a site that has a lot of onclick content changes using ajax. I'm a creature of habit and have been using the same framework I started with, Simple AJAX Code-Kit. My question is what is the best way to cope with using back button and bookmarks. Should I change frameworks, or is the