Adding a print Page button

Hello.

This is probably an easy fix, but I can't understand it.

I want to have a button that people can click to print the page.

How do I do that?

Something like on this site http://www.Redcoats.com/professional_services/ top-right where it says "PRINT | E-MAIL' and when you

Click Print as a new tab opens with the preview before printing.

Thanks for any help.

The easiest way would be to add a "Print page" link using JavaScript. Sample code is under that, you can insert by using the object-> the option Insert HTML code. This link would simply trigger the function print of any browser or a standard Ctrl + shortcut P that you use to print a page. Browsers such as Chrome part the preview feature.

Print the Page

Thank you

Vinayak

Tags: Adobe Muse

Similar Questions

  • Print button to print the page 10 to the dialog asking the user how many times to print page 10

    Hi all

    Want javascript to attach to a button that does the following: -.

    ask the user in the dialog box how many copies of page 10, they wish to print.

    Seems easy hmmm not to me... Unfortunately.

    If this cannot be done is is it possible to have page 10 selected in the dialog box for normal printing on a button... which brings up the print dialog box and all you have to do is select the number of copies.

    Thanks in advance

    Stephen

    You can use this code to do this:

    var copies = Number(app.response("How many times do you want to print page 10?","",""));
    if (!isNaN(copies) && copies>0) {
        var pp = this.getPrintParams();
        pp.firstPage = 9;
        pp.lastPage = 9;
        pp.NumCopies = copies;
        this.print(pp);
    }
    
  • Is there a script to tell the print button to print pages

    We have a form with 23 pages, the first 6 pages are instructions. We would like the user to be able to print these instructions, separated from the rest of the document. So, we'd like another print button at the bottom of the document to print the remaining pages which are actually an application that needs a signature (17 pages).

    The current print script is:

    XFA. Host.Print (1, "0", (xfa.host.numPages - 1) m:System.NET.SocketAddress.ToString (), 0, 0, 0, 0, 0);

    and it prints the entire document.

    Thanks for your help.

    XFA. Host.Print (0, "6", "22", 0, 0, 0, 0, 0); print pages 7 to 23 with no assistance.

  • In recent weeks, everything I print a web page prints so small I can barely read. It is used to print pages fine until 2-3 weeks ago when I updated to Firefox. The same page prints fine in Internet Explorer.

    This started after I updated Firefox to the latest version prior to 8.0.

    Firefox button > print-> Page Setup = scale

    100% is generally the best configuration

  • Print page to test printer each time I turn it on.

    Recently, I changed my ink cartridge, and since then I get a test print page everytime I turn on the printer.  What can I do to fix this?  Thanks, Barb

    zippymoss wrote:
    Recently, I changed my ink cartridge, and since then I get a test print page everytime I turn on the printer.  What can I do to fix this?

    You don't mention what model of printer you have, so it is difficult to answer your question.  If you have a printer as the PSC 1310 or 1410 page is a page of alignment.  In this case, you will need to load the page alignment on the scanner glass, and then press the "Scan" button to complete the alignment.  Once the alignment ended the alignment page is not printed again until you change the next cartridge.  Check your manual for more details.

  • Photosmart C6380: after unloading/reloading drivers still print page 3/4

    I've recently updated for Windows 10.  Since my computer (HPE-510y) has been printing only 3/4 page.  I have uninstalled/reinstalled drivers without a bit of luck (although the HP Solution Center now comes to the top) when I clean the printhead that a complete page is printed, but otherwise not.

    Hi @tkleigh,

    Welcome to the HP Support forum.

    I understand that you recently upgraded to Windows 10 on your HP computer. Since the upgrade to Windows 10 your HP Photosmart C6380 all-in-One Printer has been printing page 3/4, even after uninstalling and reinstalling series printer all-in-one HP Photosmart C6300/6324 Full Feature Software and Driver. I would like to help with that.

    I would like to start by running the HP print and Scan Doctor to see if problems are diagnosed or fixed.

    Here is a document that deals with printer problems after the upgrade of Windows 10 can be useful - printer problems after upgrade to Windows 10.

    Please let me know if that solves the problem, or if you need assistance.

    In fact, if it helps you to find a solution, please click on the 'accept as Solution' and the 'thumbs up' buttons down below in this message.

    Thank you!

  • HP Officejet 1510: HP Officejet 1510 stops Middle Print with button / stop blinking always

    I just bought this printer and I don't know what is happening. The first time I printed something (8 pages) days ago and it printed perfectly without any problems. This time, when I tried to print 6 pages (this printer connects via the USB port on my computer) it has started printing, but after it printed 1/4 first page, he stopped and just sat there. The light was still flashing. Finally he spits out paper with just 1/4 of printed page and didn't even start the following study through the diet. When I watched the queue of the printer on my computer, it seemed that demand was still online, marked as impression. I tried to print one page at a time and it actually worked for a few pages! It their print perfectly with zero problems. Then when I tried to print page 4 by itself, it got stuck once more, after 1/4 of the page prints.

    I did a test print (hold down the power button / stop and the Cancel button) and it printed fine. Does anyone have an idea why I have a problem and how to prevent it?

    Thank you!

    Welcome to the HP community @md1137!

    I understand that you are facing a printing problem with your Windows XP system that prints to your Deskjet 1510. I hope I can help! For me, the issue you describe sounds like a driver problem.

    I would say first of all that is running the print and scan doctor. This diagnostic tool will check for all conflicts that may be causing the problem. The tool will show you a report at the end. If there is a problem that the tool could not fix, you will notice it in the results.

    If the problem continues, go to the Control Panel uninstalling the printer software , restart the PC, then download and reinstall the driver to feature full here: e-all-in-one HP Deskjet 1510 Printer series full feature software and drivers

    Try to print again, and the problem should be solved, fingers crossed!

    If you like my answer to your concern today, click on the thumb to the top below!

  • Printing pages with additional layers - page by page

    Already posted this in the pre-press section:

    Printing pages with additional layers - page by page (DUPLICATE)

    But maybe the pros of Javascript are faster by giving a useful answer:

    Hello, need us a script to get a print of a document of two layers.
    The layer 'A' is a base layer, 'B' can be activated by clicking on a button on the layer "A" and gives additional information.
    The layers ('A' and 'B') which should appear in the following order: A1, A2, B1, B2... n1, n2


    Weather printing should be established in this way for the regular print command or can be implemented by a button.
    There is no limitation for that in the document.

    Hope I gave a clear statement on the challenge.  Thanks in advance.

    If you want to print each page twice, layer display and then layer B every time?

    In this case, you can use something like this (but the user may need to manually click the button print every time...):

    for (var p=0; p		   
  • How can I print pages in e-mail

    How can I print pages in e-mail?

    You do not have.

    You can copy/paste with the style matching, content of the body of your email (under images) in an open document pages (including an appropriate scaling text box).

  • How to stop the page button to open the console?

    When I press the next page button it opens the debugger console, as well as the home keys and end do not work.
    I am running windows 10 on a new Surface of MS pro 3

    I disabled all add ons, but the problem persists.

    You may have switched to the keyboard navigation.

    You can enable or disable navigation to keyboard/disable by pressing F7 (Mac: fn + F7).

    • Tools > Options > advanced > general > accessibility: [] "always use the cursor keys to navigate through the pages."

    Note that this is a function of Firefox Accessibility.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox, Tools/menu key > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox, Tools/menu key > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • I want to print a full URL in the footer of a printed page. How can I do this?

    I want the full Web page to print URL in the footer of the printed section. When I have the URL printed in the footer left section he gets cut by the Central footer section that is cut off by the footer to the right section.

    Firefox cut the URL in your print, if it's really long, and you also on the same line (header or footer), Date and Pages

    What I have summarized below are based on this page... http://www.watchingthenet.com/how-to-change-or-customize-Firefox-printing-defaults.html

    I have two questions:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    To fix, do a custom configuration for the header and footer as follows:

    Print / Page Setup / margins & header/footer / 'Customize' the 'left' as follows (leave the centre and right all white)

    & T
    D & U...... PT

    & D shows the short date: dd/mm/yyyy - and then the time

    To change the format of the short date in Win 8.1, go to:

    Control Panel / Date and time / Date and time tab / change the date and time / change the settings of the calendar.
    Date / date short... change of j/yyyy...... MM/DD/YY

    QUESTIONS RELATING TO THE:

    1.) how can you get rid of the time, who appears after the date? In Internet Explorer, you use a tiny "d" character - but that doesn't work here.

    2.) is it possible to change the right font for the header and the footer, to something like 10 of Microsoft Sans Serif?

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Firefox leaves no room around the text in the header and footer to the edge. To fix:

    Address Bar / about: config
    Enter the keyword "edge."
    Change then the four values of the printer that you use to:

    Print.printer_Foxit_PhantomPDF_Printer.print_edge_bottom... 5
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_left... 10
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_right... 10
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_top... 5

  • HP Officejet 4630: Printing on both sides, no option to turn off when you print a Word Doc; When printing Pages

    Recently, when printing, the printer appear uses both sides of the paper, even when we don't want him. There is no option to turn it off when you print a Word document.


    When printing Pages it shows a checked box that says BOTH SIDES, if I uncheck, then it works.

    But from Word, there is no other choice. I tried the file/Preferences, I tried through the printer settings and nothing we can find will solve this problem? This has recently (last week or two) become a problem...

    Thank you!

    Hello @LaylaWi,

    Welcome to the Forums of HP Support!

    I would like to help you to solve the problem of double-sided printing that you experience when you try to print single-sided computer Mac OS X 10.9 to your HP Officejet 4630 e-all-in-one printer today. Please follow the steps below to disable duplex printing.

    1. Open a Word document
    2. Select file , and then click print
    3. Click on the drop down menu to the Copies and Pages and modify this provision
    4. Uncheck duplex .
    5. To change the additional print settings click on view details.

    -Source

    Ultimately, judging by the useful screenshots that you included in your post, you are in the right place to disable two-sided. You just need to click on the Copies & Pages for the appropriate options.

    Please reply to this message with the result of your troubleshooting. Good luck!

  • Is there a 'recent pages' button in the new FF

    I've updated to FF, but came back to the old version "because I couldn't find a 'recent pages' button, which is at the end of the forward/backward buttons..." I use it constantly!
    Is there an option on 5 FF to select recent pages to see?

    Click and hold the unified back / next button, or right-click to get the rear / front in the history of this tab.

    Or install this extension to get the restored former "drop-marker" button.

    https://addons.Mozilla.org/en-us/Firefox/addon/backforedrop/

  • Change the order of the printed pages

    My Deskjet 2540 prints page 2 before page 1; can I change the order so that it prints page 1, page 2, page 3, etc and if so, HOW?

    Ah... I'm sorry.  This printer does not have a duplexer, if you can't do two sided.  You must do it manually print the odd pages first and then put them back in and print the even pages.  I'm sorry.

  • lines on a printed page through charger for HP Officejet Pro 8620

    I've only had the printer for about 1 month. Recently I get lines on the side right middle of my printed page I sent through the document feeder. I tried to clean the rollers with water and alcohol isopropyl without change. I need to have a professional look for my business. What else could be wrong and how to fix it? Better yet, how can I prevent it happening again?

    Hi tljiran,

    Thank you for your answer!

    Please, try the solutions in this guide. Vertical stripes, lines or streaks in the Copies, faxes or Scans, as it applies to the HP Officejet 8620 so.

    I hope that this guide will help and have a nice day!

Maybe you are looking for