(Application Express 3.2.0.00.27)
I've a button configured to redirect to URL as
javascript:window.open('http://myjax.jax.org/hr/holidays.html')
This certainly does open an new window with this non APEX URL loaded in it, but then all of the content on the originating apex page is wiped out and replaced by
[object]
Using a browser back button reloads the originating apex page.
Couldn't find anything on the forum explaining this behavior or it's resolution. Ideas?
Using popupURL and popup2 won't work for me as these popups are blown away by the popups I need for the calendar tool to populate date fields in the originating page. I'm trying to keep both this popup to holidays.html and calendar tool popups open concurrently.
Thanks!
Paul