String localControlURL(b(a) fn, a state, String prefix="")
Arguments
fn: The function to callstate: The state to passprefix: An optional prefix to the control variables. Different components may use different prefixes, allowing multiple Webapp::runHandler functions.
Usage
Create a URL that calls a local function for use in hyperlinks. You may pass additional parameters by appending them to the URL, of course.
url = localControlURL(browseData,logindata);
url += ";datasource=12";