output to client's printer

ycy

New Member
Hi everyone,

How do we use the output to printer to print the report onto a client's printer using webspeed.

regards
 
ycy said:
Hi everyone,

How do we use the output to printer to print the report onto a client's printer using webspeed.

regards

Hi
I use java script to print report. I have two frames FS_main and FS_menu

This button is in FS_menu and I print report from FS_main
<INPUT type=button value="Drukuj"
onClick="top.FS_main.focus(); top.FS_main.print();"

I hope that I help you. Sorry for my english.
 
Rafal said:
Hi
I use java script to print report. I have two frames FS_main and FS_menu

This button is in FS_menu and I print report from FS_main
<INPUT type=button value="Drukuj"
onClick="top.FS_main.focus(); top.FS_main.print();"

I hope that I help you. Sorry for my english.


Thanks for the tip and reply. As for the English it is fine as i could understand it.


Thanks again.
 
Back
Top