Hi there all,
I was wondering if anyone knows how I can use an Ajax function that instead
of updating a div updates the entire page with a response. To take the
example from the book...
<div id="notification"></div>
<?php echo periodically_call_remote(array(
'frequency' => 60,
'update' => 'notification',
'url' => '@watch',
'with' => "'param=' + \$F('mycontent')",
)) ?>
I actually want to change the 'update' => 'notification' to update the whole
page and not just that div with the return. Any help would be appreciated.
Gareth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---