Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default remote printing

    Hey,

    is there any way to print an HTML page without opening it first.

    i.e. i want to print "print_page.htm" from "home.htm" without opening "print_page.htm" first.

    Please help,

    Danny
    uncle_dan Guest

  2. Similar Questions and Discussions

    1. Remote.pm (File::Remote) problem
      I've got a very simple script (see below) that uses the File::Remote module. I've set up the script to use ssh/scp and there is no problem for the...
    2. local printing using remote desktop connection
      When I connect to my server using remote desktop connection from my Windows XP pc, I cannot print locally. I have gone into the settings tab and...
    3. Setting folder permissions on remote machine / remote domain
      Hello there, I have the following problem: I have Machine A which runs my website. I have Machine B which holds folders for users. Machine A...
    4. 507 remote printing problem
      Hi Folks, I just finished fresh-installing 5.0.7 (without GUI) and would like to know what I should be installing next and in what sequence if...
    5. Remote printing questions
      Hi, I have a client who is running dataflex and sco 5.0 and I'm having issues with remote printing in particular print jobs are loosing form...
  3. #2

    Default Re: remote printing

    Without opening? No way.. But you can think in many possibilities...
    With CSS, you can define what elements should printed or not, so you
    could open the document in a hidden <div> and print only the div. You
    can also open the document in a hidden frame and print it. Or even use
    XMLHTTP to get the file contents and then place it in somewhere in
    home.htm to print, too.
    Now it's your pick.

    []s

    --
    ~~ ~
    diego nunes
    web engineer
    ~ ~~


    Diego Nunes Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139