Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaScript issue with IE 11, Firefox working

jetyt0815Mar 8 2017 — edited Mar 9 2017

Hi,

I've got a button which executes some javascript (it just opens a new tab in Firefox).

In IE 11 this is not working.

The JavaScript just calls the procedure

window.open($v(P25_URL).replace(/&/g, '&'));

P25_URL is the item which contains the url, pointing to a report in JasperReport.

Is there some sort of setting in IE which has to be done, before JavaScript can be executed?

Regards,

Pierre

This post has been answered by John Snyders-Oracle on Mar 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2017
Added on Mar 8 2017
2 comments
470 views