Hi All,
I am using a PL/SQL code to get a value from DB, based on the value I need to disable the Buttons on the Page.
I tried below code
IF :P2_FLAG == 'N' THEN
htp.script('document.getElementById("SUBMIT").disabled = false;', 'Javascript');
END IF;
It says screws the page saying - The requested URL /apex/f was not found on this server
I am using Apex 5.0, please need your inputs.