Personalizing Our Site Through myAuctions

At this point we have a functioning auction house, but we still need to tie things together somewhat. For instance, we need a list of all the auctions involving our user for their mySpace page. This includes the items that they're selling as well as the items they're trying to buy.

Copy auction_listitems.asp (it has a lot of what we want to do already in it) to myAuctions.asp. Unaltered, this will list all of the auctions, but we're going to set the recordset to filter out everything that's not being sold by our user (see Listing 6.22).

Code Listing 6.22. myAuctions.asp: The user as seller
 0: <%@ LANGUAGE="VBSCRIPT" %> 1: <!--#include file="adovbs.inc"--> 2: <% pageTitle = "myAuctions" %> 3: <!--#include ...

Get Active Server Pages 3.0 from Scratch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.