How to submit a drop down menu using forms

Hi
I am learning rails & I am developing a blog site using it so i want
to make a drop down menu which would have the title of the blog & on
selecting that title i should be redirected to the show page of blog
contents
I have 2 models
Blog:
title
has_many articles

Artcile:
name
author
date
body
belongs_to blog

atin wrote:

Hi
I am learning rails & I am developing a blog site using it so i want
to make a drop down menu which would have the title of the blog & on
selecting

you need javascript to handle event onselect

that title i should be redirected to the show page of blog

contents
I have 2 models
Blog:
title
has_many articles

Artcile:
name
author
date
body
belongs_to blog

If you want to do it using forms you must show some button to submit
form data