there is a away to send to the printer to print automaticly
Moderator: General Moderators
there is a away to send to the printer to print automaticly
there is a away to send a page to be printed automaticly ??
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
from a browser you can use javascript to open a print dialog (atleast in IE) , for example:
Code: Select all
<input type="button" value="print" onclick="window.print();">- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York