htmRenderBasket - Solution Sites Routine

This function is called by the subroutine RenderBasketPage to construct the table (embedded within a form) that displays the current contents of the basket.

Definition

Function htmRenderBasket(
  mscsOrderGrp,
  oOrderFormDisplayOrder)

Parameters

  • mscsOrderGrp
    A reference to an OrderGroup object containing the basket contents to be displayed.
  • oOrderFormDisplayOrder
    A reference to a SimpleList object that contains an alphabetically sorted list of keys corresponding to the OrderForm objects within the OrderGroup object. This allows the OrderForm objects to be processed in alphabetical order regardless of their relative positions with the OrderGroup object.

Return Value

A string containing the HTML representation of the contents of the basket, formatted as a table within a form.

Defined in File

basket.asp.

Routines Called

CreatePOIndexes

GenerateURL

htmRenderCurrency

RenderForm

RenderLink

RenderSubmitButton

RenderTable

RenderTableDataRow

RenderTableHeaderRow

RenderText

RenderTextBox

Called By

RenderBasketPage

Copyright © 2005 Microsoft Corporation.
All rights reserved.