how to print an asp file
Printable View
how to print an asp file
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?