Escape Sequence to printer from Web Page

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Escape Sequence to printer from Web Page


    I have a need to send escape sequences to the printer on the client side
    from a web page using .NET.
    - Is this first of all possible from a web page rendered through .aspx?
    - Can this be achieved through VBScript/Javascript?
    - What is the best way to get this done?



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    h babu Guest

  2. Similar Questions and Discussions

    1. Printer friendly page
      Hi Randy, I'm looking for a 'printer-friendly' solution as well. I tried your method, but I get white space on my printed copy where the...
    2. Terminfo: escape sequence for cursor positioning
      Hello, im looking for the escape sequences for horizontal and vertical cursor positioning (hpa, vpa, cup). Thank you very much in advance,...
    3. Dropped Page Sequence
      I imported a word file into Publisher while creating a news letter and the page sequence listing on the bottom of the page disappeared, for this...
    4. #7160 [Com]: Bad escape sequence not being reported
      ID: 7160 Comment by: jerome dot paul at polymtl dot ca Reported By: danielc at analysisandsolutions dot com Status: ...
    5. Escape sequence for unicode characters in NSString
      What is the escape sequence for a unicode character in an NSString? I want to do something like NSString *stuff = @"The Greek letter Beta looks...
  3. #2

    Default Re: Escape Sequence to printer from Web Page

    Hi

    Perhaps
    [url]http://www.meadroid.com/sx_intro.asp[/url]

    --
    Best Regards
    Vidar Petursson
    ==============================
    Microsoft Internet Client & Controls MVP
    ==============================
    "h babu" <anonymous@devdex.com> wrote in message
    news:uNqAla8SDHA.3768@tk2msftngp13.phx.gbl...
    >
    > I have a need to send escape sequences to the printer on the client side
    > from a web page using .NET.
    > - Is this first of all possible from a web page rendered through .aspx?
    > - Can this be achieved through VBScript/Javascript?
    > - What is the best way to get this done?
    >
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Vidar Petursson 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