|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
This procedure is invoked from SP_HTML_FORM to create (or invoke) the standard JavaScript functions to validate text, numbers, dates, and textareas. These functions are included whenever its single parameter is NULL or explicitly set to TRUE.
When you are creating multiple forms in the same window, a common mistake is to leave this parameter unspecified. When you do, multiple invocations occur which don't confuse JavaScript, but does make the output larger than you expected.
For Internal Use Only.
Procedure SP_HTML_JAVASCRIPT
(
INLINE VARCHAR2
) ;
| Parameter | Description |
|---|---|
inline |
This string determines if these functions are created inline (TRUE) or referenced as a link (FALSE). |
The following example illustrates how you might invoke sp_html_javascript (though you should not):
http.sp_html_javascript;