home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 November / VPR0211A.ISO / OLS / AQCAN105 / aqcan105.lzh / aqua / sys / default.htc < prev    next >
Text File  |  2002-01-27  |  170b  |  10 lines

  1. <script language="JavaScript">
  2. attachEvent("onselectstart",noselect);
  3. attachEvent("oncontextmenu",noselect);
  4. function noselect()
  5.     {
  6.     return false;
  7.     }
  8. </script>
  9.  
  10.