Hi there guys,
I'm new to this forum !!! Im a newby.
I was having a problem with a new site I am working on.
I need to be able to open a new browser window from a pop-up.
I have a main page, that has a pop-up window. Inside that pop-up I have a Paypal Form with button, that when pressed I would like to open a Blank NEW Window.
At the moment it is opening the window inside the pop-up....
Is there some Javascript or something I can force a new window, like Break_out_of_frame ??
I was wondering how you would fit that into the action of a form? I tried it (successfully opening the new window) but it's not passing any info...to my Paypal server.
I have this: <SCRIPT language="JavaScript1.2">
function openwindow()
{
window.open("https://www.paypal.com/cgi-bin/webscr","mywindow");
}
</SCRIPT>
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.