Problem with open.window not working
743607May 21 2010 — edited May 23 2010I 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