javascript thread: Print Problem HELP!!!!!!!!!!!!!!!
I use
win = window.open("", "win", "");
doc = win.document;
doc.open();
doc.write(.............etc....);
which yields a normal window and that can be printed.
Regards,
Kees
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
javascript thread: Print Problem HELP!!!!!!!!!!!!!!!
I use
win = window.open("", "win", "");
doc = win.document;
doc.open();
doc.write(.............etc....);
which yields a normal window and that can be printed.
Regards,
Kees
|