%@LANGUAGE="VBSCRIPT"%> <% Dim WelcomeText WelcomeText = "" if Session("MM_Username") <> "" then WelcomeText = "welcome back " & Session("MM_Username") else WelcomeText = "Returning customers login" end if %> <% set category = Server.CreateObject("ADODB.Recordset") category.ActiveConnection = MM_vidar_STRING category.Source = "SELECT * FROM categories" category.CursorType = 0 category.CursorLocation = 2 category.LockType = 3 category.Open() category_numRows = 0 %> <% set cat22 = Server.CreateObject("ADODB.Recordset") cat22.ActiveConnection = MM_vidar_STRING cat22.Source = "SELECT * FROM categories WHERE activeflag=-1 ORDER BY rank ASC" cat22.CursorType = 0 cat22.CursorLocation = 2 cat22.LockType = 3 cat22.Open() cat22_numRows = 0 %> <% Dim rsResults__MMColParam rsResults__MMColParam = "1" if (Request.QueryString("ID") <> "") then rsResults__MMColParam = Request.QueryString("ID") %> <% set rsResults = Server.CreateObject("ADODB.Recordset") rsResults.ActiveConnection = MM_vidar_STRING rsResults.Source = "SELECT * FROM products WHERE ID = " + Replace(rsResults__MMColParam, "'", "''") + "" //Response.Write rsResults.Source rsResults.CursorType = 0 rsResults.CursorLocation = 2 rsResults.LockType = 3 rsResults.Open() rsResults_numRows = 0 If rsResults.EOF Then // Response.Redirect "errorinorder.asp?Error=1&Page=SearchResults&Info=rsResults" End If %>
|
||||||||||||||||||||||||||||||||||||||||||||
|
READ THIS. IT IS IMPORTANT Should your advertising contract be accepted and your payment information verifiable, this contract constitutes a 2-month agreement between The Daisy Shop and you in exchange for $100 flat for the following advertising:
published in The Daisy Shop's bi-monthly fashion ezine, The Perspicacious Woman OnLine©, located at http://daisyshop.com/newsletter.asp, at various ezine directories, various search engines, and sent one time to subscribers of The Perspicacious Woman OnLine©, a private, opt-in subscribers list, owned by The Daisy Shop, which will NOT be made available to advertisers. Deadline for text, image, and link information is 15 days prior to the publication date: August publication - July 15 October publication - September 15 December publication - November 15 February publication - January 15 April publication - March 15 June publication - May 15
Should you miss the deadline, your ad will be published in the next bi-monthly issue.
The Daisy Shop, The Perspicacious Woman OnLine©, and all parties involved in these entities are held harmless for any and all malfunctions of the Internet which prevent a two month display. No refunds or accommodations will be given in compensation. |
||||||||||||||||||||||||||||||||||||||||||||