You can call another javascript function, which jumps to the top of  
the page, when the link_to_remote is done.


<?phpecho link_to_remote('do something', array(
'update'   => 'indicator',
'url'      => __MY_URL__,
'complete' => "JumpToTop()",
))?>




Am 25.05.2007 um 05:26 schrieb Rafael George:

>
> Hi guys, im changing some stuffs from Askeet, for a personal project i
> just notice that when i hit the 'interested' link in the site it
> dosen't jump the user to the top part of the site so he/she can see
> the login form, i found that the link_to_remote function is the one
> been called in the User helper, can somebody help me to make the jump
> from the interested link to the top part of the site, so the user can
> see it?
>
> Thanks in advance.
>
> -- 
> Grimoire Guru
> SourceMage GNU/Linux
>
> >
>


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

Reply via email to