home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / komunikace / slimb / sbsetup.exe / $_14327_ / 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!");