hello all I'm trying to build a dropdown goto module which will look some thing like this:

=====v GO  //(Dropdown select containing the items below)
google      
yahoo     
aol

all the links are nodes of the "quick link" content type.
The user clicks on the dropdown, selects a site, and clicks go
to be taken to that site. now i want to figure out the best
way to pull this off in drupal..

Comments

Views?

You may do this by Views. Views has a display format which creates a jump menu (with select).

nobody click here