views:

16

answers:

1

Hello.

I hava a form (form_remote_tag) that updates a comments section.

The form is in the bottom.

I would like to keep the page scrolled to the bottom so the text box is always visible.

How can I achieve this? Thanks

A: 

Did it.

<%form_remote_tag ... :complete => "window.scroll(0,100000);" do %>
Victor P