|
|
<%
If ShowArtistDescription Then
Dim thisArtist
Set thisArtist = New Artist
With thisArtist
.ArtistID = intArtistID
.GetArtist()
Response.Write .FirstName & " " & .LastName & ""
Response.Write .Description & "
"
End With
Set thisArtist = Nothing
End If
%>
<%
If Not IsEmpty(arrCatTitle) Then
Response.Write (" "&arrCatTitle(0,0)&" ")
Else
Response.Write (" ")
End If
%>
CLICK ON THE THUMBNAILS BELOW TO ENLARGE ART IMAGES, ALSO FOR SIZE & PRICE OF ARTWORK
<%
If Not rsProds.EOF Then
If rsProds.RecordCount < 9 Then
rsProds.PageSize = rsProds.RecordCount
Else
rsProds.PageSize = 9
End IF
If Request.QueryString("pg")="" OR Request.QueryString("pg")="1" Then
rsProds.AbsolutePage = 1
Response.Write ("")
intCell = 0
For i = 1 to rsProds.PageSize
intCell = intCell+1
Response.Write ("![]() "&rsProds("NAME")&" | ")
If intCell mod 3 = 0 Then Response.Write (" ")
rsProds.MoveNext
next
Else
rsProds.AbsolutePage = CInt(Request.QueryString("pg"))
If rsProds.AbsolutePage = rsProds.PageCount Then 'if on last page
intPageSize = rsProds.RecordCount mod 9
If intPageSize = 0 Then intPageSize = 9
Else
intPageSize = 9
End If
'build out products
Response.Write (" ")
'response.Write rsProds.PageCount
intCell = 0
For i = 1 to intPageSize'rsProds.PageSize
intCell = intCell+1
Response.Write ("![]() "&rsProds("NAME")&" | ")
If intCell mod 3 = 0 Then Response.Write (" ")
rsProds.MoveNext
next
End If
Else
Response.Write (" | No products available. Please select another Category or Artist. or Email Us for Details | ")
End If
%>
|
<%
'**********************************************PAGE NUMBER TABLE******************************************
'If more than one page then create pagecount table
If rsProds.PageCount > 1 Then
Response.Write ("MORE ART PAGES: ")
for i = 1 to rsProds.PageCount
Response.Write (" "&i&",")
next
Response.Write ("")
End If 'end creating pagecount table ************************************************************
%> Click on Pictures above to enlarge ImagesThe "photos of Art items" online are very nice, but do not even begin to do them justice. The actual items are even more beautiful.
What is a Giclee? - You might be wondering
Click Here for more Information on Custom Artwork
|