Search code examples
xpagesxpages-ssjsxpages-extlib

WINDOW.CLOSE () JAVASCRIPT FUNCTION IS NOT WORKING IN XPAGES


WINDOW.CLOSE () JAVASCRIPT FUNCTION IS NOT WORKING IN XPAGES.

All ready I am tried window. close () but does not work in Mozilla Firefox


Solution

  • It should work, I know I have used it but browser security will not allow you to close a window that was not opened by your code in another window.

    Make sure your code is in a client side JavaScript event. There is no SSJS window.close (or window anything for that matter).

    Howard