Can anyone help me in using JavaScript codings for controlling Form Feed
while printing in Dot Matrix Printer (continuous Stationery) with Customized
Page settings?
Can you list JScript - Form feed control characters in Dot Matrix Printing ?

Signature
K. Mahendra Raj, Coimbatore
bpennington71 - 30 Apr 2006 05:59 GMT
You should be able to print ASCII character 12 to the printer for a form feed.
The FF character ('12' decimal, '0C' hex) may need to be followed by an ESC
character to work properly.
You might want to check the documentation for your printer and look at the
ASCII tables to make sure that '12' is the FF character for your printer. It
is for most.
Good Luck
>Can anyone help me in using JavaScript codings for controlling Form Feed
>while printing in Dot Matrix Printer (continuous Stationery) with Customized
>Page settings?
>
>Can you list JScript - Form feed control characters in Dot Matrix Printing ?