0
votes

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:

1
Perhaps parent.open( ... )?Ja͢ck

1 Answers

0
votes

USE:

myFrame.contentWindow.open()