Web Hosting Talk







View Full Version : Ajax Page load help.


rcpalace
07-24-2007, 08:02 PM
Hi guys, I need help getting a ajax loading bar going. For example, When you load windows live mail, it has a page that says: loading...
I'd like to know how to do that. Forgive me for my beginner questions, I bought a book and should be coming in soon, so I should learn everything from there. :)
Kind Regards.

Steve_Arm
07-24-2007, 09:50 PM
Ajax loaders are fake. You just hide and show them. You make it visible when you start the request and hide it when the response comes back. For ajax loaders go here: www dot ajaxload dot info

Immolate
07-24-2007, 10:23 PM
try looking for what you need at ajaxrain, they have a great collection of scripts.

rcpalace
07-24-2007, 10:48 PM
Thanks for the information. I'll check it out.
Kind Regards.