Leon Leslie
2005-Aug-15 16:41 UTC
GMail style loading pages using iframes, rails and prototype
Can any one spoon feed me with a simple method to have GMail style
loading pages using iframes (or divs)?
<%= link_to_remote( "load me",
:update => "main",
:url => {:action => "load", :id => 1},
:loading => "help me",
:complete => "help me",
:condition => "") %>
Thanks.
Regards,
Leon Leslie.