/    Sign up×
Community /Pin to ProfileBookmark

Hi

i have some images that i want people to be able to print. I think i remember seeing something in javascript that does this not sure what though.

Any help would be appreciated
thanks

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@jwlnewsomeOct 05.2005 — try this from

http://javascript.internet.com/

john

<!-- TWO STEPS TO INSTALL WINDOW PRINT:

  • 1. Copy the coding into the HEAD of your HTML document

  • 2. Add the last code into the BODY of your HTML document -->


  • <!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

    <HEAD>

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Original: CodeLifter.com ([email protected]) -->

    <!-- Web Site: http://www.codelifter.com -->

    <!-- This script and many more are available free online at -->

    <!-- The JavaScript Source!! http://javascript.internet.com -->

    <!-- Begin

    function printWindow() {

    bV = parseInt(navigator.appVersion);

    if (bV >= 4) window.print();

    }

    // End -->

    </script>

    </HEAD>

    <!-- STEP TWO: Copy this code into the BODY of your HTML document -->

    <BODY>

    <a href="javascript:printWindow()">Print This Page</a>

    <p><center>

    <font face="arial, helvetica" size"-2">Free JavaScripts provided<br>

    by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

    </center><p>

    <!-- Script Size: 0.91 KB -->
    Copy linkTweet thisAlerts:
    @akdiverauthorOct 05.2005 — cheers mate. Its too late now but i will check it out tomorrow.
    Copy linkTweet thisAlerts:
    @jwlnewsomeOct 05.2005 — this prints the page but am sure it can be modified to print Document.(eliment) and so on
    Copy linkTweet thisAlerts:
    @felgallOct 05.2005 — <a href="javascript:document.print">Print this page</a>

    and control what parts of the page are printable using stylesheets.
    ×

    Success!

    Help @akdiver spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...