Close ModalWindow from an applet in it

2010-06-20 Thread stevenson lee
Hi, I have an applet within a modal window. I use the applet to access devices (namely printers) and it is embedded in modal window. I need to close the modal window after ther printing process... Is there a way to do this? I tried triggering a click on the close button in the javascript: function

Re: Close ModalWindow from an applet in it

2010-06-20 Thread stevenson lee
ot; + " }, 0);\n" + "}"; } But I'm not sure how to use this. I tried making a function from it. but i don't think its made to be used that way. The extra braces at the end " + " }, 0);\n" + "}"; confuses me even more. Can