I have a popup window in VB.NET. As soon as it pops-up, it executes a JavaScript "window.print();" How can I close the window (using JavaScript, presumably) only after the user actually prints the screen (i.e. clicks the resulting "print" button")? When I tried to do a "self.close();" immediately after the Window.print, it did not close...
Thanks very much!
Dot
Thanks very much!
Dot