[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ?? Printing from JavaScript ??



At 01:53 AM 2/1/96 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.

JavaScript doesn't offer that, and in fact, you cannot print
JavaScript-created output
using the Print command in Netscape.  The buffers appeaer to be different
for the
print output and the screen output.

-- Gordon