Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem printing content of text boxes

1 view
Skip to first unread message

Clay Mitchell

unread,
Jul 27, 2000, 3:00:00 AM7/27/00
to
I've got 2 problems: one, we're running a app server that requires
security authentication. when I try to print/print preview, it prints
the error message that the app server gives when you try to access a
page with authenticating first. we can get round that with self.print().
anybody know another way around this?

other problem:
when we DO print with self.print() it prints out everything except of
the content of the text boxes. very odd. anybody have any ideas here?

thanks

-Clay Mitchell
Bank of America
DSS Technology
clay.m...@bankofamerica.com


Radu Ban

unread,
Jul 28, 2000, 3:00:00 AM7/28/00
to

Clay Mitchell wrote:

> I've got 2 problems: one, we're running a app server that requires
> security authentication. when I try to print/print preview, it prints
> the error message that the app server gives when you try to access a
> page with authenticating first. we can get round that with self.print().
> anybody know another way around this?
>
> other problem:
> when we DO print with self.print() it prints out everything except of
> the content of the text boxes. very odd. anybody have any ideas here?

Only workaround I know: before invoking the self.print() save the values of
the textboxes (in cookies or in other frame), while you define an onload
handler for that page, that will fill the textboxes with your saved values.
Reason: print in fact reloads the page in a "hidden window" so it will print
what it was on page after the onload event fires.

Radu Ban

0 new messages