Y ycy New Member Aug 18, 2003 #1 Hi everyone, How do we use the output to printer to print the report onto a client's printer using webspeed. regards
Hi everyone, How do we use the output to printer to print the report onto a client's printer using webspeed. regards
R Rafal New Member Aug 26, 2003 #2 ycy said: Hi everyone, How do we use the output to printer to print the report onto a client's printer using webspeed. regards Click to expand... 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.
ycy said: Hi everyone, How do we use the output to printer to print the report onto a client's printer using webspeed. regards Click to expand... 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.
Y ycy New Member Aug 29, 2003 #3 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. Click to expand... Thanks for the tip and reply. As for the English it is fine as i could understand it. Thanks again.
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. Click to expand... Thanks for the tip and reply. As for the English it is fine as i could understand it. Thanks again.