Previous
Previous
 
Next
Next


apex.submit(pRequest)

This function submits the page setting the Application Express Request value pRequest.

Parameters

pRequest (String)


Example
Submits the current page with a REQUEST value of 'DELETE'. apex.submit({ request:"DELETE", set:{"P1_DEPTNO":10, "P1_EMPNO":5433});