<% Response.Redirect "http://www.toddfalcone.com/index.php" %> <% Dim objDB, strSQL, objRs Dim intCol ' Open the database Set objDB = OpenDB(Application("DSN1")) %> Todd Falcone.com - Network Marketing Mastery


Your Name:

Your Email:



<% strSQL = "SELECT ProductID, Name, PurchaseURI, Price FROM Product WHERE DisplayOrder > 0 ORDER BY DisplayOrder, Name" Set objRs = ExecuteSQL(objDB, strSQL, Empty, Empty) intCol = 0 Do While Not objRs.EOF If intCol = 0 Then %><% intCol = 1 End If %> <% intCol = intCol + 1 If intCol > 2 Then %><% intCol = 0 End If objRs.MoveNext Loop objRs.Close If intCol = 1 Then %><% End If %>
.jpg" hspace="5" vspace="5" align="left">

<%=objRs("Name")%>

Price: <%=FormatCurrency(objRs("Price"), 2)%> USD

">More Info " target="_blank">Purchase Now