Oct 7, 2006 #1 davef101 MIS Joined Mar 3, 2006 Messages 34 Location GB I'm trying to print to a Dymo Label Printer ... can this be done with Javascript?? Is there anyway to alter the layout and format of the print i.e rotate the text to print top to bottom .. Thanks in advance.
I'm trying to print to a Dymo Label Printer ... can this be done with Javascript?? Is there anyway to alter the layout and format of the print i.e rotate the text to print top to bottom .. Thanks in advance.
Oct 8, 2006 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB 1: Yes - "window.print" - but you already knew this given the title of the post. 2: Not really, no. Some basic page rotation might be supported through CSS by some browsers, but on the whole, no. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
1: Yes - "window.print" - but you already knew this given the title of the post. 2: Not really, no. Some basic page rotation might be supported through CSS by some browsers, but on the whole, no. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]