Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function getData (p_search) {
  2. var oAjaxRequest = new htmldb_Get(null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=getCodes', 0);
  3. //set session state
  4. //oAjaxRequest.add('P500_MEASURE', $x('P500_MEASURE').value);
  5. //and make the AJAX call:
  6. var sAjaxResult = oAjaxRequest.get();
  7. return sAjaxResult;
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement