plain text
fnDataSELECT()
Description
This function returns an HTML string which is a data-bound HTML SELECT
box. The box is bound to a query string (or table name or stored
procedure string) which is passed to the function. The Select Box
is only 'bound' in the sense that the elements and values of its
list are derived from a SQL (Structured Query Language) query which is
submitted to a database. The Select-Box is not 'bound' in the sense
that changes made to the state of the Select-Box would be submitted
to the database.
Syntax
<%= fnDataSELECT(adoConnection, sLookupString, [sValueField],
[sDisplayField], [sSelectedValue], [sName], [aaConnect], [bHasBlank]) %>
Example
<%@ Language=VBScript %>
<% Response.Buffer = true %>