Click to See Complete Forum and Search --> : printing asp files


Roshni.S
April 7th, 2003, 01:21 AM
how to print an asp file

Roshni.S
April 9th, 2003, 02:09 AM
1.INPUT type="button" value="Print" Onclick="print()" ---------- it
displays a button and onClick u get the printer dialog
2. a href="vbscript:print()" Print this Page /a "{------------ through this u get a link to get
printer dialog}
ok?