|
-
Jun 20th, 2003, 03:29 PM
#1
Thread Starter
Junior Member
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.
-
Jun 20th, 2003, 03:35 PM
#2
Frenzied Member
I'm afraid not, you can't do that.
-
Jun 20th, 2003, 11:02 PM
#3
Hyperactive Member
I don't see a reason on why you need that.
You can write with document.write(strString) with javascript.
-
Jun 21st, 2003, 07:26 AM
#4
If you mean printing to the printer, then your only 'access' to the printer is the javascript function
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|