Results 1 to 4 of 4

Thread: Print in client side

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Posts
    21

    Question Print in client side

    Hi, i wonder if is it possible to print in the client side whit VBscript, but not the whole screen, just some Strings

    Tank you.

  2. #2
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    I'm afraid not, you can't do that.

  3. #3
    Hyperactive Member Tequila_worm's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    344
    I don't see a reason on why you need that.

    You can write with document.write(strString) with javascript.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    If you mean printing to the printer, then your only 'access' to the printer is the javascript function

    Code:
    window.print();
    So if you're looking to print just a couple strings, try grouping them together onto some separate page, then invoke the window.print() function. Of course, it still requires user interaction (he could simply cancel it if he doesn't like it).

    HTH

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width