Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Disable Print and Save -- Please Help


Message #1 by <csikkop@y...> on Tue, 8 May 2001 12:08:54 -0700
Dear guys,
i really need your help on this one..

How do we make our page so that user cannot print or save the page ??
i've already hidden the menubar and toolbar and disabled the hotkeys, but
still user can print it by pressing ctrl-p or save by pressing ctrl-s.

Here is the code:

<script language-javascript>
  window.open(url,null,"menubar=no toolbar=no hotkeys=no")
</script>

Please help me. Thanks,
Charles


  Return to Index