angel777 Posted July 30, 2008 Share Posted July 30, 2008 may i know how to do ajax loading using prototype downloaded from http://www.prototypejs.org/ i am looking for how to do the ajax loading when the page is waiting the select query to finish running? The page need to show a .gif picture Requesting data until the data are shown. Can u enlighten me on showing me the example how to do that with that javascript prototype Quote Link to comment Share on other sites More sharing options...
angel777 Posted July 30, 2008 Author Share Posted July 30, 2008 any help will be appreciated thanks Quote Link to comment Share on other sites More sharing options...
corbin Posted July 30, 2008 Share Posted July 30, 2008 The psuedo code is: -Change the container to the picture. -Run the request. -When the request is done, replace the container content with the request response. I've never used Prototype, so I have no specific code. Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted July 31, 2008 Share Posted July 31, 2008 the documentation with these frameworks are usually excellent so here you go http://www.prototypejs.org/learn/introduction-to-ajax Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.