Click to See Complete Forum and Search --> : In need fof Code HELP soon!!!!!!


Shay-El
08-27-2003, 08:47 AM
Hi All, I'm new here so I'll be briff.

I'm bulding a site and I need to make a link
that prints out to the printer an RTF or an MS
Word document that the visitors can'nt see...

Is there someone that can tell me how???

Please, I'ts importante and urgent.

10x.

Khalid Ali
08-27-2003, 09:06 AM
I seriously doubt it that you can priont anythingn (let alone *.doc) using javascript while the document is not opened.

ANd another problem is when a *.doc opens in the browser window,that window will go out of scope from javascript ,hence making you unable to run window.print() command.