Can RJS cause page refresh?

Hi everyone,

I’m using AJAX to replace parts of a page, but sometimes, I need to
refresh the entire page.
Is it possible to keep using the form_remote helpers and RJS views but
still cause the entire page to reload (or redirect) in the RJS code?

Thanks,
Helzer

Sorry, sorry,

Just found it here, in an older discussion:
http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/8601f860df6b92b2/52d0ba9ca496c0be?lnk=gst&q=refresh+page+ajax&rnum=1#52d0ba9ca496c0be

page.redirect_to

http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper/JavaScriptGenerator/GeneratorMethods.html#M000554

Jason

Thanks Jason,

Been searching with the wrong keywords before I made my post.

Helzer