Did you check the error log file on the server?  There may be an error in
your server code.

On Tue, Feb 1, 2011 at 11:26 AM, kenny70 <[email protected]> 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);
>
>
> however it just returns an empty page, i'm very new to scripts so may
> not have put it in right place or missed something out. Anyhelp with a
> working copy so i look at it and what i'm doing wrong
>
> cheers
> kenny
>
> --
> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<prototype-scriptaculous%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to