jsf:
<h:outputLink value="#"
onclick="close();">
<h:outputText value="close" />
</h:outputLink>
js:
function close() {
window.close();
}
--
View this message in context:
http://www.nabble.com/How-to-close-popup-using-a-button-t1354074.html#a3627113
Sent from the MyFaces - Users forum at Nabble.com.

