Hi Folks,
I am back with a silly question which i think will not take much of your time to answer.
<form>
<input type="button" value="Print This Page" onClick="window .print()" />
</form>
I am using print() method to print a asp form. But the issue is i am not able to print the entire left side of the form.(part of the form towards left is missing due to form width).
Is it possible to print the form irrespective of form length and width?. I mean, a method or piece of code which can shrink the form to a default page size(example: A4) and print. please advise.
Thanks for all your help!!
Regards,
Chandhseke
I am back with a silly question which i think will not take much of your time to answer.
<form>
<input type="button" value="Print This Page" onClick="window .print()" />
</form>
I am using print() method to print a asp form. But the issue is i am not able to print the entire left side of the form.(part of the form towards left is missing due to form width).
Is it possible to print the form irrespective of form length and width?. I mean, a method or piece of code which can shrink the form to a default page size(example: A4) and print. please advise.
Thanks for all your help!!
Regards,
Chandhseke
Comment