%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Session.Timeout = 60
if session("cartid") = "" then
session("cartid") = session.SessionID
end if
dim alternaterowcolor
'alternaterowcolor = "#66CCFF" 'UNCOMMENT THIS TO HAVE ALTERNATE ROW BACKGROUND COLORS
dim debugpage
debugpage=0
'on error resume next
rowsperpage = 5
move_direction = request.form("move_direction")
offset = CInt(request("offset"))
Set rs_item = Server.CreateObject("ADODB.Recordset")
rs_item.ActiveConnection = MM_connection_STRING
rs_item.Source = "SELECT * FROM tbl_items where onhold=0 ORDER BY sort_id, item_description"
rs_item.CursorType = 0
rs_item.CursorLocation = 2
rs_item.LockType = 1
rs_item.Open()
'Count total rows - didnt use "record.recordcount" here to always provide accurate count
if not rs_item.eof then
rs_item.movefirst()
totalrows = 0
while not rs_item.eof
totalrows = totalrows + 1
rs_item.movenext()
wend
end if
'if totalrows < rowsperpage then rowsperpage = totalrows
'what action to take?
select case ucase(move_direction)
case "FIRST"
offset = 1
case "PREVIOUS"
offset = offset - rowsperpage
if offset < 1 then offset = 1
case "NEXT"
offset = offset + rowsperpage
if offset > totalrows then offset = (totalrows - rowsperpage) + 1
case "LAST"
offset = (totalrows - rowsperpage) + 1
case else
offset = 1
end select
%>
ETT Products
SIGN-UP/LOGIN
THE FITCALL
Now, Eric the Trainer is bringing you the best vitamin
supplements for your body to keep you staying fit,
healthy and beautiful. Formulated specifically for
men and women, there are tablets for protein, amino
acids, and other dietary supplements.
Be sure to click on the next button at the bottom of this page to view more Eric the Trainer dietary supplements.
Created by Eric Fleishman to
train celebrity clients on location, the Fitcall takes you through
Eric's fitness program designed for women - The Sleeping Beauty
Workout.
Each workout is an intense 40 minute program which you can stream
over the phone or through your computer. This is the same program
Eric's celebrity clients endure, combining elements of Pilates,
Martial arts and Yoga to work your body to its beautiful potential.
This program requires no expensive equipment and is safe for women
of all ages.
Experience the benefits of FITCALL:
• A celebrity fitness trainer
on demand - 24/7.
• Workout in the comfort of your home or during travel at your convenience.
• Flexible programs at affordable rates for as often as you like to workout.
• Programs alternate each time you call in.
Make FITCALL a part of your routine and see how great you will
look and feel.
To get started select the number of Fitcalls you would like to
purchase from
the product list below. You will be asked to sign-up at checkout.
<%
if totalrows > 0 then rs_item.movefirst()
'position to current offset
i = 1
while (i < offset and not rs_item.eof)
i = i + 1
rs_item.movenext()
wend
i = 1
while i < (rowsperpage+1) and not rs_item.eof
%>
<%
if NOT rs_item.eof then
if bgcolor = alternaterowcolor then bgcolor = "" else bgcolor = alternaterowcolor
%>
<%end if%>
<%
i = i + 1
rs_item.movenext()
wend
lastrow = (offset-1) + (i-1)
%>
View
cart
<%if totalrows > 0 then%>
Showing record <%=offset%> to <%=lastrow%> of <%=totalrows%>
<%else%>
No
rows found.
<%end if%>
ETT
is currently developing an exciting line of products that promote “good
looks and good health”.
For more information about the release schedule please contact info@ericthetrainer.com.