Render to an anchor?

Simple problem, I want to render a .rhtml file and have it jump to an anchor. Something like:

http://localhost:3000/convs/show/170#conv-170-6887

Tried borrowing the URL_FOR style:

render :action => show, :anchor => "conv-170-6887"

But that didn't work.

Thanks in advance.