RenderForm - Solution Sites Routine
Commerce Server 2002
This function prepares the HTML that will render the specified HTML form.
Definition
Function RenderForm( byVal urlAction, byVal htmBody, byVal iHTTPMethod )
Parameters
- urlAction
- A string that contains the URL to be assigned to the ACTION attribute.
- htmBody
- A string containing the content for the body of the HTML FORM element being constructed. In other words, the content to appear between the <FORM> tag and the </FORM> tag.
- iHTTPMethod
- A number that specifies the value to be assigned to the METHOD attribute. If this parameter is equal to one (1), the METHOD attribute will be assigned the string "POST"; otherwise it will be assigned the string "GET".
Return Value
A string containing the HTML that will render the specified HTML form.
Defined in File
Routines Called
None.
Called By
formRenderChangePasswordPageContents
formRenderProfileSearchOptions
htmRenderPaymentOptionsForUser
tableRenderMessageBoxPageButtons
Copyright © 2005 Microsoft Corporation.All rights reserved.
