Create popup with form contents that user can print
I can't find anything online to help with this...
Bluey
5:24 pm on Jul 15, 2006 (gmt 0)
Hello,
I am trying to create a popup that users can click on to review and print their information before submitting a form.
Does anyone have any advice on how to do this?
Many thanks.
encyclo
2:10 am on Jul 17, 2006 (gmt 0)
What scripting language are you using to process the form Bluey? You could have a "Preview" button which opens a new window with Javascript. In that window, you can have a "Print" as well as the usual "Submit" button, the first as follows:
<input type=button "value="Print this form" onclick="window.print();">