Thank you William
I don think that would work.
Yes in my application I use a javascript loading image
when I am searchinmg the database
in the view
<div id="searching" style="display:none;"><%= image_tag("progerssbar_editnplace.gif") %></div>
<%= observe_form('session_search', :url =>{ :action => 'psession_count'} ,
:loading =>"Element.show('searching')",
:complete =>"Element.hide('searching')") %>
But I think for this type of thing to work I need to connect with my application.
The server performance has been wonderful recently but occasionally there is a bottle neck like 8 hours ago.
I believe this is due to a server thing as my home page is just a form.
With rails the index page giff will only show when the application is active.
2008-03-21 03:45 PM