Web.Javascript does not work with Webstart/FSAL Frm-41848 Javascript Execution Is Disabled During Webstart Session
(Doc ID 2769293.1)
Last updated on APRIL 12, 2024
Applies to:
Oracle Forms - Version 12.2.1.4.0 and laterOracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.
Symptoms
On : 12.2.1.4.0 version,
FRM-41848 javascript execution is disabled during webstart session
FORMS_ALLOW_JAVASCRIPT_EVENTS=TRUE has been set in default.env
Without webstart / FSAL config , it works fine.
* Javascript function is there in form..
* It is working without webstart
* Issue persists only with webstart
* Using JavaScript to open the URL with following code :
Web.Javascript_Eval_Expr('try{window.open("' || l_Name ||
Replace(User, 'OPS$') || '&FileNo=' ||
:File_Header.File_No ||
'","CibilWindow","status=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=0,height=' ||
Lv_Ht || ',left=' || Lv_Xpos || ',top=' ||
Lv_Ypos || ',width=' || Lv_Wt ||
'"); }catch(e){alert(e.message);} ');
* The above code has been written inside the form
ERROR
-----------------------
frm-41848
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |