[SOLVED] DOMWindow and closeDOMWindow

[SOLVED] DOMWindow and closeDOMWindow

Hello, guys.

I'm using the great DOMWindow script from Cody Lindley. It's another modal script, but with a few twists that make it perfect for a site I'm building.

http://swip.codylindley.com/DOMWindowDemo.html

In this page, CL shows how to close a DOMWindow using closeDOMWindow().

The problem is: I can't find a way to close a window from inside the DOMWindow (i.e., from an Ajax loaded page). Just with buttons in the main page, like in exemple 5.

Does anybody have any idea?