home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 March / PCpro_2007_03.ISO / files / browser / msie7 / IE7Setup.exe / ieframe.dll / HTML / POLICY.JS < prev    next >
Encoding:
Text File  |  2006-10-27  |  302 b   |  16 lines

  1. ∩╗┐function printSite(site)
  2. {
  3.    siteContainer.innerText = site;
  4. }
  5.  
  6. function BodyOnKeyPress(nCode)
  7.    if (nCode == 27)    //ESC
  8.    {
  9.       //this return value means that the Cancel button was clicked
  10.       window.returnValue = 0;
  11.  
  12.       //close the dialog
  13.       window.close();
  14.    }
  15. }