[Proto-Scripty] Ajax.Update back to previous page

2010-01-22 Thread Noppanit
Hi everybody, I am using Ajax.Update to change my page, like my page1 to page2. When I click the button on page1 it goes to page2. Is there a way to go back to page1 from page2? I know that's this is not the way that AJAX should work, but is there a chance to make this work? Thank you so much.

[Proto-Scripty] Element.up, IE8, Object doesn't support the property or method

2010-01-22 Thread Noppanit
I used property1.6.1 with the up method. Only IE 8 which my customer uses. I get this error Object doesn't support the property or method in IE8 for method up(). But Firefox, Safari and Chrome work fine. Doesn't any body have a problem like this? Thanks -- You received this message because you

[Proto-Scripty] Re: Element.up, IE8, Object doesn't support the property or method

2010-01-22 Thread T.J. Crowder
Hi, IE requires that elements be explicitly extended; see this answer in the FAQ for details: http://proto-scripty.wikidot.com/faq#propnotsupported HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Jan 22, 2:47 pm, Noppanit

[Proto-Scripty] Re: Ajax.Update back to previous page

2010-01-22 Thread T.J. Crowder
Hi, This is a question without an easy answer. From the browser's perspective, when you update something with Ajax.Updater (or pretty much any other way via manipulating the DOM), the *page* hasn't changed -- and so the back button will take you back to where you were before you went to that page

Re: [Proto-Scripty] Ajax.Update back to previous page

2010-01-22 Thread bill
On 1/22/2010 7:24 AM, Noppanit wrote: Hi everybody, I am using Ajax.Update to change my page, like my page1 to page2. When I click the button on page1 it goes to page2. Is there a way to go back to page1 from page2? I know that's this is not the way that AJAX should work, but is there a chance

Re: [Proto-Scripty] Ajax.Update back to previous page

2010-01-22 Thread Hariz Soleminio
use window.location From: bill will...@techservsys.com To: prototype-scriptaculous@googlegroups.com Sent: Friday, January 22, 2010 8:19:13 Subject: Re: [Proto-Scripty] Ajax.Update back to previous page On 1/22/2010 7:24 AM, Noppanit wrote: Hi everybody, I