I am using drupal from last 5 months. Worked with basic Drupal features.

Now for my new project , I have list of different types of books of different languages.when I click on one book type I want the the list of book details of corresponding book type.(book name, price,author).
These two things should be shown in two different regions on the same page.

To do this,
1) I have created taxonomy of book type for one language and created view block of taxonomy terms of one book type of that language.
2)I have created new content type 'A' which contains above(1) taxonomy terms,cck fields for book name, amt and author.
3)I have created view of all nodes of 'A' containing only specific taxonomy term with all info like book name, author .....

Now I want to show taxonomy terms present in the view and each term should link to corresponding list of books (i.e is 3rd step view)

Now my theme has 3 columns region, my both these views should be present in different regions of the same page.
When I click on one book type in the other region it should show book list of that type.

Please tell me , how can I do this?
Whatever I have done is right or not?

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.