hooking Browser's print preview in modal windows

  • Thread starter Thread starter hiral
  • Start date Start date
H

hiral

hi,

i m trying to hook the browser's print preview option into
my modal dialog window, but it gives me "unexpected
error". the same code runs into the window that is opened
using window.open but for window.showModalDialog its not
working.

is there any other solution available for displaying print
preview to the user???

thanks.
hiral.
 
Try to disable third-party browser extensions in Internet Explorer. Follow
these steps:
1. Start Internet Explorer.
2. On the Tools menu, click Internet Options.
3. Click the Advanced tab.
4. Click to clear the Enable third-party browser extensions (requires
restart) check box.
5. Click Apply, and then click OK.
 
Back
Top