Table of Contents

O4WStore routine

Description

Creates a hidden textbox on the web page.

Syntax

O4WStore(text, name, id)

Parameters

The function has the following parameters:

ParameterDescription
textThe text to be placed in the textbox.
nameThe name of the textbox.
idThe id of the textbox.

Remarks

Useful for storing information that you may wish to retrieve later, or use programmatically in scripting.