Click to See Complete Forum and Search --> : How to capture OK event on the Print dialogue box of Windows


srinivas
11-20-2003, 05:21 PM
I am displaying popup print dialogue box of Windows using Javascript
document.execCommand("Print",false) in the JSP.
How to capture OK event on the Print dialogue box of Windows in the Javascript?

slyfox
11-21-2003, 05:56 AM
sorry.. but that cannot be done... if you are sure the page is going to print then just have a timer on your page before it does whatever you want it to do... but not recommended