Collector-Info: Creating a printable off line Order form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Thumpmonkey
    Second Lieutenant

    • Jan 2008
    • 105

    Collector-Info: Creating a printable off line Order form

    I'm looking to make a printable offline Order Form, and found a closed thread from 2007...

    Collector-Info responded: "Hi, if you make a page up using the BV form tools. You can than allow your visitor to just print it out via a print button & fill it in by hand. Or let them fill it out on line & then be able to print it & manually add a signature if wanted. Sample here." (this is the exact URL that was linked)

    However the link no longer works and I was wondering if you moved it, or have another example, because this is exactly what I'm looking for.

    Thanks.
    BeauxArtsFair.com
    ShawnJohnsonPhotography.com
    GlassIllusions.net
  • mrmagoo144
    Brigadier General

    • Feb 2007
    • 1369

    #2
    Re: Collector-Info: Creating a printable off line Order form

    what i do is make my page on the web and then make the same page and save it as a pdf. that way it prints out on 8-5 x 11 sheet.
    mrmagoo144
    www.videopostcards.info

    Comment

    • Collectors-info
      General

      • Feb 2006
      • 8703

      #3
      Re: Collector-Info: Creating a printable off line Order form

      Ah! must have deleted it on a clear up session. New Link
      The form is just the same as an email form, but with a print button. Add the code below to a html box for a print button.

      <SCRIPT Language="Javascript">
      function printit(){
      if (window.print) {
      window.print() ;
      } else {
      var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
      document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
      WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
      }
      }
      </script>

      <SCRIPT Language="Javascript">
      var NS = (navigator.appName == "Netscape");
      var VERSION = parseInt(navigator.appVersion);
      if (VERSION > 3) {
      document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');
      }
      </script>
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment

      • Thumpmonkey
        Second Lieutenant

        • Jan 2008
        • 105

        #4
        Re: Collector-Info: Creating a printable off line Order form

        Thank you guys, that looks good. Just what I'm looking for.
        BeauxArtsFair.com
        ShawnJohnsonPhotography.com
        GlassIllusions.net

        Comment

        • mrmagoo144
          Brigadier General

          • Feb 2007
          • 1369

          #5
          Re: Collector-Info: Creating a printable off line Order form

          hello: i added the script for a form that we have made and it shows the print button, but when i click on the print button, nothing happens, what am i doing wrong and thanks for the help.
          www.anchortaxi.com/taxi.php
          mrmagoo144
          www.videopostcards.info

          Comment

          • Collectors-info
            General

            • Feb 2006
            • 8703

            #6
            Re: Collector-Info: Creating a printable off line Order form

            Originally posted by mrmagoo144 View Post
            hello: i added the script for a form that we have made and it shows the print button, but when i click on the print button, nothing happens, what am i doing wrong and thanks for the help.
            www.anchortaxi.com/taxi.php
            Hi, the script works in IE, FF, Google/C, Opera, fine at my end. Your pages print button also works fine at my end.
            Regards Chris.

            Collectables, Collecting, collectors-info.com

            www.chrismorris.co.uk

            House build project

            Comment

            • mrmagoo144
              Brigadier General

              • Feb 2007
              • 1369

              #7
              Re: Collector-Info: Creating a printable off line Order form

              now thats strange - any idea why it would not work on my end? love the idea and the results if it will print.
              mrmagoo144
              www.videopostcards.info

              Comment

              • Thumpmonkey
                Second Lieutenant

                • Jan 2008
                • 105

                #8
                Re: Collector-Info: Creating a printable off line Order form

                Are you able to print other documents right now from other programs?
                BeauxArtsFair.com
                ShawnJohnsonPhotography.com
                GlassIllusions.net

                Comment

                • mrmagoo144
                  Brigadier General

                  • Feb 2007
                  • 1369

                  #9
                  Re: Collector-Info: Creating a printable off line Order form

                  yes no problem - just tried it on my desktop and it does not give me the printing option. strange.
                  mrmagoo144
                  www.videopostcards.info

                  Comment

                  • Thumpmonkey
                    Second Lieutenant

                    • Jan 2008
                    • 105

                    #10
                    Re: Collector-Info: Creating a printable off line Order form

                    It does seem to be working on this end...
                    BeauxArtsFair.com
                    ShawnJohnsonPhotography.com
                    GlassIllusions.net

                    Comment

                    • Thumpmonkey
                      Second Lieutenant

                      • Jan 2008
                      • 105

                      #11
                      Re: Collector-Info: Creating a printable off line Order form

                      I just went to the page you referenced earlier, and it IS working fine on this end... There's something up with your printer settings it sounds like.
                      BeauxArtsFair.com
                      ShawnJohnsonPhotography.com
                      GlassIllusions.net

                      Comment

                      Working...
                      X