% title = "2 Dollar Bill Tracker" %>
|
|
2 Dollar Bill TrackerThe Tracker Automatically adds your email to the mailing list.....but if you do not want the mailing list and still want to register your $2 bills, just unsubscribe upon registration. Your bill will still be tracked and you will still qualify for all prizes!!
Please leave your comments! They are GREAT! Some people have unique stories about their $2 bills. Many folks think they are fake or not spendable. What are your experiences with the $2 Bill? Let us know and we will try to post the really good ones. Privacy will be respected, of course. <% dim action if trim(request("action")) <> "" then action = trim(request("action")) end if select case action case "track" if isEmail(request.form("email")) then if trim(Request.Form("state"))<>"" then if request.form("serial") <> "" or len(request.form("serial")) > 13 then call trackBill else response.write "Please enter a valid serial." call showForm end if else response.write "Please enter a valid State." call showForm end if else response.write "Please enter a valid Email." call showForm end if case else call showForm end select %>
|
| Date | Name | City | State | Zip | Comment |
|---|---|---|---|---|---|
| <%=rsHistory("ownerDate")%> | <%=rsHistory("ownerName")%> | <%=rsHistory("ownerCity")%> | <%=rsHistory("ownerState")%> | <%=rsHistory("ownerZip")%> | <%=rsHistory("ownerComment")%> |