我想提交的页面,当我点击一个按钮,有一对夫妇的验证,我想做的第一,我不想使用内置的一个,所以我创建一个使用JavaScript动态动作。它的大部分工作正常,只是提交页面不执行。使用此文档。
https://docs.oracle.com/en/database/oracle/application-express/20.2/aexjs/apex.page.html
我的代码本质上是
if (...){
//some things i want to run first
apex.submit('submit');
alert("aaaa")
}else{
...
}
Everything but the submit as well as the code after submit works just fine. Not too sure what's wrong with it.
2条答案
按热度按时间tp5buhyn1#
您的页面进程是否在页面通过请求“submit”提交时执行?您也可以尝试浏览器的控制台,只需执行apex.submit(),而无需指定任何请求,以查看页面是否已提交。
t30tvxxf2#
使任何进程执行所需的操作
在服务器端条件区域// type => request = value // value => requestName //
然后转到你的JS代码(动态动作),然后添加这个
“); document. writeln(”