| Browse |
<%
* Load the Bookshelf Table
C ShelfStart SETLL Shelves
C READ Shelves
C DOW Not %Eof(Shelves)
%>
-
<%=%Trim(ShvDesc)%>
|
<%
C READ Shelves
C ENDDO
%>
|
This is the Demonstration site for RSP
(RPG Server Pages). This is a small sample of what can be achieved with
this wonderful tool. If you would like more information about RSP, or would
like to purchase this valuable tool, please contact our
sales department. |
| Today's Specials |
<%
* Load the Specials table
C Ky@Spec SETLL Specials
C READ Specials
C DOW Not %Eof(Specials) and SpcEDate >= @Today
C IF SpcBDate <= @Today
C Ky@Book CHAIN Books01
C IF %Found(Books01)
%>
-
<%=%Trim(BksTitle)%>
|
<%
C ENDIF
C ENDIF
C READ Specials
C ENDDO
%>
|