What is WWV_FLOW.ACCEPT?
jonblakeMar 28 2010 — edited Mar 29 2010I have installed Oracle Application Express, and I'm working through how the Database Express Edition login dialog works. The login form specifies action="wwv_flow.accept", and the login button's onClick event executes function doSubmit which I can find defined in htmldb_html_elements.js. The function executes document.wwv_flow.submit().
Can anyone advise specifically what action "wwv_flow.accept" is? It's not an actioning form in the sense that I understand the action parameter of a form. And document.wwv_flow.submit() looks like a js procedure - where is this defined?
TIA,
Jon