home *** CD-ROM | disk | FTP | other *** search
/ PC User 2008 February / Australian_PC_User_2008-02.iso / software / brows / files / Slim / sbsetup.exe / biscripts / DeHighlight.js next >
Encoding:
Text File  |  2003-06-08  |  153 b   |  6 lines

  1. if (document.sbOldHtml!="") 
  2. {
  3.     document.body.innerHTML=document.sbOldHtml;
  4.     document.sbOldHtml="";
  5. }
  6. else alert("Original html source code lost!");