B
Badmojoman
Hi all,
I'm still learning the ins and outs of FP/ASP, etc, and have come a long
way, but I'm hoping someone can give me a little guidance with something.
I have a site that reviews books -- the reviews, names of the books, and
names of the authors are stored in a SQL database (with a unique ID for each
book).
What I want to do is 2-fold:
1 - I want to create a 'master' book page, that lists all the books in my
database. I know how to do this using the results wizard. However, what I
then want is for each book title to be a hyperlink. When someone clicks on
the link --
2. I want to create a new 'dynamic' page that will then open and fill in the
appropriate book information, author name, and reviews from my database.
The concept is the same as most shopping catalogs, except without
add-to-cart functionality. Most sites that I see have URLs where the
individual pages are designated with some sort of unique ID, like
"http://www.testsite.com/reviews.asp?bookid=79"
Any ideas how best to do this, or any suggestions of where to read about this?
Thanks so much in advance to all of you!
I'm still learning the ins and outs of FP/ASP, etc, and have come a long
way, but I'm hoping someone can give me a little guidance with something.
I have a site that reviews books -- the reviews, names of the books, and
names of the authors are stored in a SQL database (with a unique ID for each
book).
What I want to do is 2-fold:
1 - I want to create a 'master' book page, that lists all the books in my
database. I know how to do this using the results wizard. However, what I
then want is for each book title to be a hyperlink. When someone clicks on
the link --
2. I want to create a new 'dynamic' page that will then open and fill in the
appropriate book information, author name, and reviews from my database.
The concept is the same as most shopping catalogs, except without
add-to-cart functionality. Most sites that I see have URLs where the
individual pages are designated with some sort of unique ID, like
"http://www.testsite.com/reviews.asp?bookid=79"
Any ideas how best to do this, or any suggestions of where to read about this?
Thanks so much in advance to all of you!