On Feb 1, 4:26 pm, kenny70 <ke...@hibsonline.net> wrote:
> Hi
> tried the following to update a dynamic table on a web page every 120
> seconds (latest soccer scores)
>
> new PeriodicalExecuter(function(pe) {     new Ajax.Updater('score',
> 'latestscore.php', {       parameters: { somename:
> 'somevalue' }     }); }, 120);
>
Try running your Ajax program on its own in the browser:

http://(whatever your path is)/latestscore.php?somename=somevalue

and see what it sends.

-- 
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