Forum Moderators: open
1) Do most webhosts have ajax included on their servers?
- my host has, php, mysql, etc, but they dont say anything about ajax..
2) dang i always do this i think ill have more than 1 question, then BAM nothing on number 2.
THANKS IN ADVANCED :)
It has nothing to do with the server. AJAX is a client-side technology. :)
and my page came out with errors, i figured it was because my hosting didn't include ajax.
know any tutorials on how to make a simple throbber? i still need it :(
oh and also i have no ajax experience.
[edited by: GamingLoft at 10:30 pm (utc) on Feb. 5, 2008]
That could be your problem. It should be like this insted<?php
// AJAX code....
?>
<script type="text/javascript">
// AJAX code
</script>
A "throbber" is a graphic that is usually animated that lets the user know that the application is performing some sort of task. As for finding one, your best bet is probably to look at the open-source repositories that you can find online. Try [hotscripts.com,...] [sourceforge.net,...] etc... Even a simple google search may provide you with a decent amount of leads to go on.