How to do a "printer friendly page"?

Hello,
I have searched a lot but I didn�t find a tutorial
that work.
I am using ASP Vbscript.
Any help will be very appreciated.
Thanks

You seem to have misunderstood the use of the print.css
This is used on the same page as the normal css script, but
is only seen by
the printer.
Read the link Murray has so kindly provided.
http://www.alistapart.com/articles/goingtoprint/
Henk
"Gilson Roda" <[email protected]> wrote in message
news:e52ivk$qik$[email protected]..
> Thank you for prompt reply.
> I have copied all css into print.css
> But I didn�t follow how to do a link to other
"printer friendly page".
> Actualy, I have an ASP page with several dynamic data
(with recordset
> paging). What I want to do is a "print" link to another
ASP page, in order
> to print all content of my database without paging
stuff.
> Am I clear? Sorry my english is terrible.
> Thanks in advance.
>
> "Murray *ACE*" <[email protected]>
escreveu na mensagem
> news:e52g93$n8s$[email protected]..
>>
http://www.alistapart.com/articles/goingtoprint/
>>
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do
so!)
>> ==================
>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>> ==================
>>
>>
>> "CETEMA" <[email protected]> wrote in message
>> news:e52ftk$mtg$[email protected]..
>>> Hello,
>>> I have searched a lot but I didn�t find a
tutorial that work.
>>> I am using ASP Vbscript.
>>> Any help will be very appreciated.
>>> Thanks
>>>
>>>
>>
>>
>
>

Similar Messages

  • Send printer friendly page per mail

    Hello everybody.
    I'm very new with APEX and I couldn't find an answer to solve my problem:
    I have a printer friendly page with several text elements and a report so that it nearly looks like a letter in the end.
    Now I want to send this page as a "pdf-attachment" per mail when pressing a button.
    I already noticed the "add_attachment"-procedure in the APEX_MAIL package, but how do i get my actual printer friendly page stored in a BLOB-column in my DB to use this procedure?
    Thanks in advance
    Carsten

    Carsten,
    There are several different version of the get_print_document function, e.g there's this one:
    APEX_UTIL.GET_PRINT_DOCUMENT (
    p_report_data IN CLOB,
    p_report_layout IN CLOB,
    p_report_layout_type IN VARCHAR2 default 'xsl-fo',
    p_document_format IN VARCHAR2 default 'pdf',
    p_print_server IN VARCHAR2 default NULL
    ) RETURN BLOB;
    So you could store both the XML and XSL in a CLOB. But it might be easier to get started referencing actual report queries and report layouts, which you store under shared components and then use this API:
    APEX_UTIL.GET_PRINT_DOCUMENT (
    p_application_id IN NUMBER,
    p_report_layout_name IN VARCHAR2,
    p_report_query_name IN VARCHAR2,
    p_report_layout_name IN VARCHAR2 default null,
    p_report_layout_type IN VARCHAR2 default 'xsl-fo',
    p_document_format IN VARCHAR2 default 'pdf',
    p_print_server IN VARCHAR2 default null
    ) RETURN BLOB;
    Using pre-defined report queries and layouts ensures that you don't run into issues with your custom XML and XSL data.
    The error message "500 Internal Server Error" is a standard Java error message that doesn't tell you anything. Maybe you could find more info in one of your log files. Are you using BI Publisher? Apache FOP? Or some other rendering engine?
    Regards,
    Marc

  • Wont print from printer friendly page

    i'm having trouble printing my printer friendly confermations from the state and goverment web sites. no problem just plain printing   when go to printer friendly page it want print

    Hi @ponzi ,
    I see by your post that you are having issues printing from a web page. I can help you, but I will need some more information.
    In the mean time, try another web browser to see if you have the same results.
    What web browser are you using?
    What is the full name and product number of your printer? There are several Laserjet 200 series. How Do I Find My Model Number or Product Number?
    What operating system are you using?
    How to Find the Windows Edition and Version on Your Computer.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    How is the printer connected? (USB/Ethernet/Wireless)
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Want to open printer friendly page as popup

    Hello,
    how can I open a printer friendly page as a popup page??
    There is only one possibility to say either the page is printer friendly or the page is popup. But not both!
    Any ideas?
    I want to open the page with a button. sth like "print page"
    Thank you...

    Hi,
    you could open a printer friendly page with a button with a property onClick="window.open('f?p=&APP_ID.:pageno:&APP_SESSION.','pf','');"
    DickDral

  • CSS to generate printer friendly pages

    Hi
    I am trying to generate a printer friendly page usng CSS.For example I have the following code to hide out the header on teh page.
    .header{
    display:none;
    I want to hide out three buttons that are enclosed in a group panel.How do I do this?
    Thanks.

    Hi,
    Have you tried setting the visible property of the buttons to false? Try the following
    document.getElementById('form1:button1').visible=false;
    Hope this helps
    Cheers
    Girish

  • Change Report Font Size for Printer Friendly Page

    I have a report using a template of 'Reports Region' and I have a link to a printer friendly page. Because the report text is so big I would like to make it smaller. I have already reduced the width of the report region but that has made 2 page reports run into 4 pages. I tried adding tags to the page to modify it but I was only able to make the text at the top of the page smaller and not the report. I tried modifying the theme_V3.css file but I could not find a place to modify text/font size in the report (This was trial and error as I am unfamiliar with css).
    I would like to only have it smaller on the printer friendly page but if I will be forced to change it all the time I would like to know if there is at least an option.
    If the only way to make this happen is to build a custom report then so be it. (But again the printer friendly page only pulls in the current page and I want it to only be small on the printer page)
    I am on V2.2.
    Thanks

    You need to use a print media stylesheet. You'll need to find class(es) or other CSS selector(s) to attach the font size rule(s) to - look at the HTML source for your page.

  • How can i avoid printing full pages?

    How can I avoid printing full pages when printing a photo from my iphone to my hp envy?

    Hi,
    While pritning with Apple Airprint, the image will print as is..
    You may find some more customization steps by using the HP Print Home & Biz app which allow some more customization of the printout:
    Follow the steps below to find how to get the app:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02775166&cc=us&dlc=en&lc=en&product=3692888&tmp...
    Below you may find some more customization options of the app:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01930282&cc=us&dlc=en&lc=en&product=3692888&tmp...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Printer-Friendly Page

    Hi,
    My JSP needs to generate a "printer-friendly" version of a page.
    1) As you know, the JavaScript print() method prints the page currently loaded in the browser. Can I, in my "Printer-unfriendly" page, have a Print button, which on click, calls a JSP/servlet, generates a "Printer-friendly" page BUT DOES NOT LOAD IN THE BROWSER, but prints? Or do I have to show the user the "Printer-Friendly" page before printing it?
    2) What are the points I need to take care in order to make an HTML page Printer-friendly?
    thanks

    Hi!
    I, just recently, made this kind of page you're talking about and didn't find a simple and good way of achieving this through anything but a simple print-friendly page.
    I did it using
    # body-onload triggers the print() function
    # through some logic (counting html lines) in the page I inserted the folowing html code to achieve
    page breaks in the printed document:
    <p clear=all style='page-break-before:always'>
    # After the print method I forwarded the client to another page (which will happen even if the user
    clicked cancel in the print dialogue)
    If you find a better way, I'd br glad to hear of it...
    /Rickard

  • How do you stop printing test page everytime you turn on printer

    Have psc1350 all in one. How do I stop printing test page everytime I turn the printer on.

    The page that is printing is an alignment page.  It will be printed after a cartridge is changed, and will continue to print when the printer is turned on if the alignment is not successful.  After the alignment page prints you need to place the page face down on the scanner glass and press the "Scan" button to complete the alignment.  See your user manual for details.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Printer Friendly Pages is NOT printing what I want

    So I tried to use the 'addthis' and added it to the main content div. However, lists, bullets, etc. are not printing as expected. I am seeing "code" for example if I try to print on the main page (though on the main page there is not a lot of 'content').
    I could add it to the individual content page layouts, but it is still not printing summary links, or other lists the way that I want. 
    I just want to print the content on the page. I am thinking jquery or writing a CSS for print. I really want to use the addthis and this is making me think I did something wrong. Any ideas on the best approach for printing "printer friendly pages"
    on SharePoint 2010?

    So I tried to use the 'addthis' and added it to the main content div. However, lists, bullets, etc. are not printing as expected. I am seeing "code" for example if I try to print on the main page (though on the main page there is not a lot of 'content').
    I could add it to the individual content page layouts, but it is still not printing summary links, or other lists the way that I want. 
    I just want to print the content on the page. I am thinking jquery or writing a CSS for print. I really want to use the addthis and this is making me think I did something wrong. Any ideas on the best approach for printing "printer friendly pages"
    on SharePoint 2010?

  • How do I create a printer friendly page in a popup window for a JSF page

    I have a JSF page that displays a table that shows the inventory level of a particular garment style. The table is like a matrix with each row representing a color of the style and each column representing a size of the garment. So the data in the table cell is for the inventory level of a particular color/size combination (e.g. navy blue of medium size ) for the particular style. The page also allows you to dynamically select a warehouse from a dropdown to see the inventory matrix of that warehouse.
    Now everything has been working fine except that the matrix table is not printer-friendly. So we need to have a Print button or link on the page that will generate a popup window that displays the same matrix table in a printer-friendly format (with different style sheet etc.). What is the best way to populate the matrix table in the popup? The data in the matrx table is stored in a hashmap in a InventoryManageBean of session scope.
    Also, shoud I use window.open to get the new window and if so what do I pass in the URL parameter?
    Any advice is appreciated. It would be great if you can include a code sample as I would think someone else must have had this done before.

    Any one please? This is urgent. Thanks a ton!

  • How to get the print the page numbers in a report  based on another report

    Hi
    I have a requirement in which i need to print the page number based on another report
    example my request set has 3 reports
    1 report prints 1- 100 pages
    2 report page number should start from 101 - 110
    3 report 111-
    Can anyone please let me how to achieve this?
    Thx in advance
    Kumar

    Hi,
    You can create all the three report queries in one report creating separate query in the data model and then create the layout in proper sequence as required.
    If you want to use separate reports only you might try the following:
    In the first report use the after-report trigger and save the total no of pages in a table as a record.
    In the second report fetch the value stored in the table and add it to the Page No. to obtain the Page No for second report.
    Also in the second report use the after-report trigger and update the record created in first record to total no of pages + total no of pages of the first report.
    In the third report fetch the value stored in the table and add it to the Page No. to obtain the Page No for third report.
    Do remember to delete the record created in the table after-report trigger of the third report.
    Hope this helps.
    Best Regards
    Arif Khadas

  • Printer friendly page for iViews?

    Hi Friends,
    I integrated few iView and assigned them to different roles and users in our portal.  Some of these iView are Web Dynpro iviews.
    I have a of question.... How should i enable a option for the users to view and print out the web dynpro iview result view in a printer friendly version...
    Thanks for your help
    Regards
    Mark

    Hi Mark,
    Try this <a href="https://www.sdn.sap.com/irj/sdn/thread?forumID=52&threadID=132542&messageID=1514704">thread</a>.
    Regards,
    Pooja.

  • How to cancel my printing of pages

    I have a HP Officejet 4500 Desktop..I accidently requested to print 14 pages that I do not need.  I do not know how to stop the printing of these pages and I do not want to waste my ink because they are colorful pages....I just want to stop and not print these pages..Thank You...

    right click the little printer icon in your task bar next to the time.and open,then cancel printing..and thats it..
    Life is too serious to be taken seriously

  • Creating printer-friendly pages

    I want to be able to have pages on my website that will be printer friendly for visitors to the site. Some will be text, some will be graphics. Is this possible to do for an html-illiterate? Much thanks for any help.

    I was afraid of that. It's another computer can of worms isn't it? Still, thank you for your response but I am not going to mark it answered in case someone else has one of those jewels of it's-so-easy-all-you-have-to-do.
    If this was really important to me, would it be easier to accomplish with a different operating system?
    Thanks
    iBOOK G4   Mac OS X (10.4.9)  

Maybe you are looking for