Hi all
I have a strange problem with my Javascript popups not executing from any pages other my application's "home page".
I have a number of Javascript popups (opens new window to a different URL) configured in my navigation bar lists which work no problem if launched from the home page, but just fail to work if I navigate away from the homepage and then try and launch them.
Additionally, I have a button which initiates a java script popup which opens a page within the application in a new window.
The navigation bar list entries are confirgured with the following in the URL target: javascript:popUpNamed('<url>/');
And the button has this code: javascript:popUpNamed('f?p=&APP_ID.:1:&APP_SESSION.:::1:P1_CAME_FROM:15:','Submit'); --- I have this identical button on the home page and it launches the popup fine.
Any ideas?
-----
- APEX version: 5.0.3
- DB version, edition and host OS: 12.1.0.2.0, OS - OEL 7 VM
- Web server architecture (EPG, OHS or APEX listener), server platform, and host OS: ORDS, on Oracle Developer VM (virtualbox)
- Browser(s)/version(s) used - Firefox, Chrome and IE
- UI/Theme - Vista Slate (theme 42)