Pasting Views in My Website

Pasting Views in My Website

Hi there,

I just need some advice on how best to paste information from Creator in the on-line bookshop that I'm building. I'll explain what I'm doing first. I need data to be displayed in two web pages: one will list the books that I'm selling by subject. The other will provide more detail about an individual book. Users will be able to click the title of the book in the "link" page to view the more detailed book description in the "book" page.

I've set up 2 views in my application to match the data that I need to display on each of the two pages. For the "list" page, I've set up a series of custom filters so that users will be able to click on the relevant link in my web page to pull out summary information of books listed under a particular subject.

What I'm not clear about is:

1). How do I get the data in the "book" page to display only the record of the book that the user has selected?
2). How do I create a link between the title listed on the "list" page and the individual record of the book that is displayed in the "book" page?

When I set up the fields for the application, I assigned a stock number (unique identifier) to each (book) record. I also have my API code and ticket.

Your advice, please!

Dave