home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW.cab / FORMSBLANKPAGE.HTML3 < prev    next >
Text File  |  2007-02-04  |  1KB  |  38 lines

  1. <!-- *********************************************************************
  2.                                  Notice
  3.  
  4. You may not modify, use, copy or distribute this file or its contents. 
  5. Internal interfaces referenced in this file are nonpublic, unsupported 
  6. and subject to change without notice. These interfaces may not be 
  7. utilized in other software applications or components.
  8.  
  9.  
  10. ********************************************************************* -->
  11.  
  12. <!-- saved from url=(0025)http://www.microsoft.com/ -->
  13.  
  14. <html>
  15. <head>
  16.     <title>Forms Empty Preview</title>
  17.     <script language="javascript" src="utilityfunctions.js"></script>
  18.     <script language="javascript">
  19.     <!--
  20.     // =====================================================
  21.     // ===            Document Event Handlers            ===
  22.     // =====================================================
  23.  
  24.     document.oncontextmenu = contextMenuEvent;
  25.  
  26.     function contextMenuEvent()
  27.     {
  28.         // Right-click context menu will only appear if 'Ctrl' key is held down.
  29.         if (!event.ctrlKey)
  30.             event.returnValue = false;
  31.     }
  32.     // -->
  33.     </script>
  34. </head>
  35. <body>
  36.  
  37. </body>
  38. </html>