tags:

views:

252

answers:

1

hi

i had i situation in which i need to open a pop up on clicking a link and depending on the action performed in the pop up something like close etc i need to close that browser and should navigate to the pop up caller

how can i do that

Note :: i need to close the browser from MBean other than using window.close

its okey if there is any possibility of calling window.close from Mbean

any kind help is appreciated thanks in anticipation

A: 

i had solution for this im able to close the page by triggering the java script code from my backing bean using the binded page object

Shivaji