Menu

Preview & Print

Help
DevonTT
2007-10-24
2013-06-03
  • DevonTT

    DevonTT - 2007-10-24

    Our users would like the ability to print the contents of the form that they are submitting (or have submitted). How would I go about making that adjustment?

    Please please be specific, as I know nothing about PHP scripting.

    Thank you so much!

     
    • TNTEverett

      TNTEverett - 2007-10-24

      In the web browser choose File/Print before clicking submit.  There a million ways to accomplish this but this is the simplest solution (no coding).

       
    • DevonTT

      DevonTT - 2007-10-25

      Thanks, TNT.

      Simple and elegant!  I think I'll go one more step and at least provide a button that will trigger the print dialog box. 

      <form>
      <input type="button" value="Print this page" onClick="window.print()">
      </form>

       
      • TNTEverett

        TNTEverett - 2007-10-25

        You too, simple and elegant.  The form is a mix of HTML and JAVA.  You are encouraged to make all the customizations you need.  If you require assistance in any attempts, feel free to post your issues here. 

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.