+ Reply to Thread
Results 1 to 2 of 2

Thread: Print Form
      
   

  1. #1
    Anonymous is offline Members
    Join Date
    Mar 2005
    Posts
    440

    Default Print Form

    Hi VodaHost,

    is it possible give the Form a button so you can print all the text in the form, to the local printer? if it can, would you walk me through it??

    thank you!!

    greets Ruud W.

  2. #2
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default print script

    use the following script in HTML box where you want the button

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin
    if (window.print) {
    document.write('<form>Click Here To '
    + '<input type=button name=print value="Print" '
    + 'onClick="javascript:window.print()"> This Page!</form>');
    }
    // End -->
    </script>

    Hope its helps

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Order Form and Paypal Help Please
    By Gramma Anna in forum General Support Issues
    Replies: 3
    Last Post: 05-07-2006, 04:27 AM
  2. E-mail form problems
    By prosper in forum Email Problems (POP, SMTP & Webmail)
    Replies: 3
    Last Post: 10-07-2005, 10:49 PM
  3. Order form with uploaded image...
    By whoopbird in forum BlueVoda - General Issues
    Replies: 3
    Last Post: 10-01-2005, 03:36 AM
  4. HTML code for Contact Form
    By Patti Johnson in forum BlueVoda - General Issues
    Replies: 2
    Last Post: 09-22-2005, 06:56 PM
  5. Form mail....yikes...
    By maximillian in forum The Voda Lounge (Chit Chat)
    Replies: 4
    Last Post: 09-21-2005, 07:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49