Opening a new window from a popup window
709585Sep 16 2009 — edited Sep 16 2009Hi
I have a button (button 'A') on page 1 that when a user clicks opens page 2 in a pop up window. In page 2, I have another button (button 'B') that when the user clicks must open a page (in another application) in a brand new full size browser window, but in my case, it opens in the same popup window. Can anybody tell me how to do that. Right now, in my button 'B', I have target as url with the redirect to http://...
I tried javascript:window.open..., but they dont open a new window in this case. Can someone help? Thank you.
Suni