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