home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Comunicatii / slim / sbrowser.exe / biscripts / 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!");