Frank MW wrote:
Hi all,
I'm trying to generate some Javascript in my stylesheet, but when I try to
close the opener window from the child window, it doesn't work.
<xsl:template match ...
<html>
....
<a href="javascript:opener.close()">Close main window</a>
Is this impossible because of the way that cocoon works, or should it
actually work?
Since that's client-side JavaScript code, it should work regardless of
whether it's Cocoon or any other framework that produces it.
Have you tried the same code from static HTML files rather than
generated from Cocoon? Does it work?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]