Hi!

On Sat, Aug 12, 2006 at 07:30:35PM +0200, Chris Lowis wrote:
[..] 
> In my View I have
> 
> <div id="search-box">
>   <%= form_tag( { :action => 'search'}, :method => 'get')%>
[..]
> How would I append a #results to this url so that the browser window 
> "jumps" to the result output part of the page ? I apologise if this is 
> not a ferret-specific question.

try 

<%= form_tag( { :action => 'search', :anchor => 'results' }, :method => 'get')%>

Jens

-- 
webit! Gesellschaft für neue Medien mbH          www.webit.de
Dipl.-Wirtschaftsingenieur Jens Krämer       [EMAIL PROTECTED]
Schnorrstraße 76                         Tel +49 351 46766  0
D-01069 Dresden                          Fax +49 351 46766 66
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to