I am working in jsp with javascript . Here i have use the iframe inside parent window. When i cliclk the button in iframe page the popup window will be opened inside iframe page. But i want to show the popup in parent window ? anybody help me.
Iframe look like in parent window:
parent.open( ... )
? – Ja͢ck