<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    You could possibly do this without any custom code if you had the
    relationship going the other way: the taxonomy term (or "taxonomy"
    node) has a field that references all the relevant content. Then
    create a bunch of block displays in a view. The view queries
    taxonomy terms (or "taxonomy" nodes). Add a relationship for the
    field mentioned above. Add two filter criteria on each display:
    taxonomy id and the aforementioned field, expose the latter. You may
    need to add better_exposed_filters to get it looking the way you
    want. Turn on "Use AJAX" in the view's Other settings. Starting to
    sound ugly, and I'm not sure the dropdown options would be filtered
    correctly (although views_filters_selective from views_hacks might
    help).<br>
    <br>
    That solution doesn't use taxonomy in the normal way (nodes
    referencing taxonomy terms). If that is a requirement, then you'll
    need to write a little bit of custom code (probably to replace a
    node id textbox filter with a select box containing titles you found
    via db_query, and some javascript to submit the form when changed
    and hide the submit button). It seems like the better approach to
    me.<br>
    <br>
    Ted<br>
    <br>
    On 6/8/2012 3:34 PM, Lynn wrote:
    <blockquote
      cite="mid:CF25B31B-5A4C-4D66-B5F1-A5D8300ED203@stottdesign.com"
      type="cite">
      <pre wrap="">Forgot, this is for a Drupal 7 Site.

On Jun 8, 2012, at 1:32 PM, Lynn wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi Group,

I'm wondering if someone can get me started on what set of modules to start with to construct a page like this:

I'd like the following elements on one page/view:

1. A Select List of node titles based on a taxonomy term:

2. Once a node title is selected, the corresponding node teaser is displayed under the select list, via Ajax? If possible, I don't want the page to refresh.

3. I'd like 3-4 select lists of node titles based a different taxonomy term, all on the same page with the same functionality as #2.

Possible without a custom module?

Thank you,
Lynn
-- 
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]
</pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <p style="font-family:Helvetica, Arial, sans-serif;font-size:10pt">Ted

        Gifford | Senior Developer | WebFirst, Inc. | <a
          href="http://www.webfirst.com">www.webfirst.com</a> | <a
          href="http://twitter.com/webfirstinc">twitter.com/webfirstinc</a><br>
        <span style="font-size:8pt">15800 Crabbs Branch Way, Suite 120,
          Rockville, MD 20855 | Tel: 301.670.1690 x 204<br>
          <strong style="color:#1F497D">Content Management / Drupal /
            Microsoft, Mobile, Visualization/GIS, Section 508</strong><br>
          <strong>Contract Vehicles:</strong> GSA IT 70 Schedule #
          GS-35F-0277X | GSA 8(a) STARS II</span> </p>
    </div>
  </body>
</html>