Click to See Complete Forum and Search --> : How do I print a form in FrontPage?


cyberdave57
10-25-2006, 06:59 AM
I am preparing a couple of pages containing forms for clients to complete, and would like to give them the option of clicking a button to print the forms neatly.

Is there anyone out there who can give me some not too difficult details as to the script to use to achieve this? :confused:

arzo2000
10-25-2006, 09:42 AM
for printing an HTML form:
<input onclick="window.print();" value="Print" type="submit" />