Skip to Main Content

Error Upon Redirect to a Modal page using PLSQL Dynamic Content

Jasper TanglibSep 30 2021

Hi,
In Oracle 20.2,
I have a region of type PLSQL Dynamic Content. Part of the code is this snippet:

htp.p('
            <button onclick = "javascript:window.location.replace(''f?p=&APP_ID.:30:&SESSION.::&DEBUG.::P30_FORM_ID,P30_ENV_NAME:'||Rec_d.FORM_ID||','||Rec_d.ENVIRONMENT_NAME||''');"
            class="t-Button t-Button--noLabel t-Button--icon lto40577670847038328_0 t-Button--hot" type="button" id="dynamic-delete" title="Delete Icon" aria-label="Delete Icon">
                <span class="t-Icon fa fa-trash-o fa-lg" aria-hidden="true"></span>
            </button>
        ');

The snippet creates a Delete button that should redirect to Page 30 Modal Page when clicked upon.
The problem is I get this error instead when I click on the Delete button:
User:
It works successfully when redirecting into Normal pages but gets an error on Modal Pages.
Am I missing something or is there a workaround to this?

Any ideas or suggestions are appreciated!
- Jazz

Comments
Post Details
Added on Sep 30 2021
1 comment
155 views