plain text
fnDataRADIO()
Description
This function returns an HTML string which is a data-bound HTML RADIO
box. The box is bound to a query string which is passed to the
function. You can consult the documentation for the
'fnDataSELECT' function which is probably slightly better than this
documentation. A wrote this function when I had really not much
experience in this type of programming. A number of aspects of this
function and similar ones in the /eg/asp directory I consider really
silly. Most of these functions are probably obsolete anyway,
considering that Microsoft ASP is not likely to be a long lasting
scripting environment, and has probably already been superseded by
the whole .net shebangle.
Syntax
<%= fnDataRADIO(adoConnection, sLookupString, [sValueField],
[sDisplayField], [sSelectedValue], [sName], [aaConnect]) %>
Example
<%@ Language=vbScript%>
<% Response.Buffer = true %>