See Attached Files
URL that feeds to agent is in format of:http://server.mindwatering.com/folder/dbapp.nsf/myajaxagent?OpenAgent&action=myscriptfunction¶mnm=paramvalue
Calling Function
for - sendHttpRequestSetDiv(url, params, form, divid):
urlagentpath = 'http://server.mindwatering.com/folder/dbapp.nsf/myajaxagent?OpenAgent';
paramsinstring = 'action=somefunctionkey¶mnm=paremvalue';
sendHttpRequestSetDiv(urlagentpath, paramsinstring, formnameonwebpage, dividtoplacecontent)
previous page
|