Posted by africanherbsman on November 9, 2012 at 9:09pm
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
aolall 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).
---
Vahid Sebto