Control browser with no print function! 
Author Message
 Control browser with no print function!

Dear all.
Is there any solution that I can control the browser and let user can't
print
the HTML document from browser?
thanks!


Sat, 14 Dec 2002 03:00:00 GMT  
 Control browser with no print function!

Quote:
> Is there any solution that I can control the browser and let user can't
> print the HTML document from browser?

 Could you please turn that Chinese off ... everytime
 i click on such messages, msoe5 offers me to install chinese support...
 that sucks hard ... Thank you ...

 you could offer through CSS as an alternative
 content an empty doc  for printing ... this should do the trick

-- felt sorry for the asker ...
Marek M?nd aus Estland.
http://my.tele2.ee/cadorsoft/products/cdr_js_eventcalc.html
http://my.tele2.ee/cadorsoft/cdr_js_pkb



Thu, 19 Dec 2002 03:00:00 GMT  
 Control browser with no print function!

howdy--

Or you could just install it, and you wouldn't get that, but I know how annoying that is.  I was trying to view a korean site a while back, and didn't have the language installed, and the site serving up the install was down!  So even though I _would_ have installed it, I got stuck with that dialog(the number of which happened to correspond nicely with the number of frames on a page. . .)  Good answer, though.  Example:

<style type="text/css" media="print">
body{display:none;}
</style>

ought to work, but just from memory. . .

T


Quote:
> Is there any solution that I can control the browser and let user can't
> print the HTML document from browser?

 Could you please turn that Chinese off ... everytime
 i click on such messages, msoe5 offers me to install chinese support...
 that sucks hard ... Thank you ...

 you could offer through CSS as an alternative
 content an empty doc  for printing ... this should do the trick

-- felt sorry for the asker ...
Marek M?nd aus Estland.
http://my.tele2.ee/cadorsoft/products/cdr_js_eventcalc.html
http://my.tele2.ee/cadorsoft/cdr_js_pkb



Thu, 09 Jan 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Controlling the header and footer in the page setup of browser control when printing

2. Controlling browser print settings

3. web browser control and landscape printing

4. Calling a JavaScript function in a Browser Control

5. Print Contents of the Web Browser Control From VB.NET

6. Need to call Print Preview GUI in IE from Web Browser control

7. Web Browser Control Printing

8. Web Browser Control print

9. Web Browser Control Printing

10. browser control printing

11. Printing from the Web Browser Control

12. Printing via Web browser control

 

 
Powered by phpBB® Forum Software