I need to write an add-on/plugin for IE 6/7 that will intercept any Javascript print() call and automatically print the page on the default printer, bypassing the standard print dialog. Unfortunately I know very little about Windows or IE programming (I come from the land of Cocoa), so I'm at a bit of a loss as to where to begin. I think I want to write a BHO, but I'm not sure. Any help is much appreciated.
I have discovered a way to achieve this effect in VBScript that resides on the webpage (overriding the Print function), so if it's as simple as wrapping that code in some sort of plugin, that would be ideal.
Thanks!