Hi Alex,
I am using this link
<%= link_to_remote image_tag("/images/site/
registreren_stap2.png", :border => 0), :url => { :controller
=> :checkout, :action => :create_client_account } %>
And this function
def create_client_account
render :update do |page|
page[:login_screen].visual_effect :fade, :duration => 0.4
page.delay(0.6) do
page.replace_html "login_screen", :partial => "checkout/
create_client_account"
page[:login_screen].visual_effect :appear, :duration => 0.4
end
end
end
On Aug 25, 11:38 am, "Alex McAuley" <[email protected]>
wrote:
> Could you post an example of your code to a pastie and send us the link -
> perhaps we can work out whats going on for you
>
> Alex Mcauleyhttp://www.thevacancymarket.com
>
> ----- Original Message -----
> From: "vunky" <[email protected]>
> To: "Prototype & script.aculo.us" <[email protected]>
> Sent: Tuesday, August 25, 2009 9:24 AM
> Subject: [Proto-Scripty] After Ajax call page div not always updated.
>
> > Hello,
>
> > I have created a checkout process for a webshop where each step is
> > loaded through ajax. Now it appears that 1 in every 100 customers has
> > problems loading the second step. They press a button to launch the
> > ajax call, but the div which needs to get updated does not change.
> > Ergo the customer cannot order and thinks the shop is broken.
>
> > Do you guys have any clew on whats going on? Or maybe a workaround? Is
> > this a caching problem.
>
> > Prototype JavaScript framework, version 1.6.0.3
> > Scriptaculous Version 1.8.1
>
> > Thanks in advance,
>
> > Vincent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---