O4WPWDBox routine
Description
Creates an input text box on the web page at the current location.
Syntax
O4WPWDBox(text, size, maxlen, name, id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
text | The default text. This text is hidden from the user. | |
size | Size in characters of the text box. | |
maxlen | The maximum number of characters the text box will accept. | |
name | The name of the textbox. This is the input name tag. | |
id | The name of the textbox for style purposes. | |
style | When specified, the style is applied to the text box that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. |