I have a loop that runs this:

new Ajax.Updater('usersOnline','users.php', { method:'get',
asynchronous:true });

which returns a list of users that are online. If a new user appears
it will play a sound (ding).

In the data that is returned (from users.php) I want to include code
(javascript) to play a sound but it appears that it wont load scripts
inside the data returned to the div. Any Ideas?

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to