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 open.window not working

743607May 21 2010 — edited May 23 2010
I have an html button called New Search that is defined as:

<button type="button" onClick="loadAllInOne();">New Search</button>

In the HTML Header section of the page I have defined the loadAllInOne() function as:

function loadAllInOne()
{
javascript:window.open("http://iasdev.rtpnc.epa.gov/pls/apex/f?p=155:41:");
}


When the button is pressed it does not do a thing. It is supposed to call one of our Apex pages in the current application.

Can you please advise on what I can do to make this work?

Thank you,
Laura

Edited by: user8936524 on May 21, 2010 12:52 PM
This post has been answered by 515357 on May 22 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2010
Added on May 21 2010
3 comments
690 views