[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ?? Printing from JavaScript ??
On 01 Feb 96 01:53:56 EST, you wrote:
>I'm creating a Web presentation of technical information. I'd like to have a
>"Print" button that allows me to specify the information to print. Is there a
>way to do that in JavaScript? I didn't see a Print method.
If you are refering to a method to access a print device, there isn't
one. However, there is a statement, document.write() that can be used
to print your information to the console.....