home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Comunicatii / slimbrow / sbsetup.exe / DeHighlight.js < prev    next >
Text File  |  2003-06-08  |  153b  |  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!");