Web Hosting Talk







View Full Version : Prining from web page


adorno
11-26-2002, 03:37 PM
Im looking for a script or procedure or component that can print a web page from simply clicking on a button on the page.

I am aware of the JavaScript 'window.print" script command, but I need something that can initiate the printing and return a result of the outcome (even if it's just an indicator that printing was initiated).

I'm also aware that a page can be printed from the IE printer icon or from the file menu. I need something that I can interact with through script.

Thanks, EA

Rich2k
11-26-2002, 03:45 PM
I don't think it's possible without an Active X control.

adorno
11-26-2002, 04:23 PM
Is there any ActiveX component that can do this? Let me know and point me to it if you know of one.

Thanks,
EA

Rich2k
11-26-2002, 06:42 PM
I don't know as I tend to avoid active x as it's very specifc and also people don't like it cos you have to download it (and accept the warning message).