Sep 28, 2001 #1 KPBurke Programmer Sep 28, 2001 3 GB When printing via self.print() is there anyway of capturing wheter the user has clicked "Print" or "Cancel" ??
When printing via self.print() is there anyway of capturing wheter the user has clicked "Print" or "Cancel" ??
Sep 28, 2001 #2 KevinFSI Programmer Nov 17, 2000 582 US You mean once the print dialog box has come up? No, I don'tthink there is a way to do that with JS. Kevin slanek@ssd.fsi.com Upvote 0 Downvote
You mean once the print dialog box has come up? No, I don'tthink there is a way to do that with JS. Kevin slanek@ssd.fsi.com
Sep 28, 2001 #3 iza Programmer Apr 4, 2000 1,804 FR try testing the result of self.print() something like my new_var=self.print(); alert (new_var) mybe it's like prompt, they return a boolean Upvote 0 Downvote
try testing the result of self.print() something like my new_var=self.print(); alert (new_var) mybe it's like prompt, they return a boolean