Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print form

Status
Not open for further replies.

Alan2000

Technical User
Jan 16, 2003
6
US
I have a simple form that has text input and text areas. When I click the submit button, the form is sent to a ColdFusion template that allows the user to review the form before sending it to the database. How do I add a print page button so this page can be printed before sending the data to the database?
 


<form onsubmit=&quot;window.print()&quot;>
<input type=&quot;submit&quot; value=&quot;Print This Page&quot;>
</form>

rudy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top