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!

problem with javascript window.open from button redirecting to URL

30790Nov 3 2009 — edited Mar 2 2010
(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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2010
Added on Nov 3 2009
22 comments
5,295 views