HTML原代码加、解密脚本
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>It365cn.com</title>
<style type="text/css">
<!--
.coolalpha &leftsign;behavior:url(eyun_alpha.htc);cursor:hand;filter:alpha(opacity=50);&rightsign;
-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<SCRIPT language=JavaScript><!--
var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;
function initStyleElements() /* Styles for Buttons Init */
&leftsign;
var c = document.pad;
if (ie)
&leftsign;
//c.text.style.backgroundColor="#DDDDDD";
c.compileIt.style.backgroundColor="#C0C0A8";
c.compileIt.style.cursor="hand";
c.select.style.backgroundColor="#C0C0A8";
c.select.style.cursor="hand";
c.view.style.backgroundColor="#C0C0A8";
c.view.style.cursor="hand";
c.retur.style.backgroundColor="#C0C0A8";
c.retur.style.cursor="hand";
c.clear.style.backgroundColor="#C0C0A8";
c.clear.style.cursor="hand";
&rightsign;
else return;
&rightsign;
/* Buttons Enlightment of "Compilation" panel */
function FocusOn(what)
&leftsign;
if (ie) what.style.backgroundColor = '#EBEBEB';
else return;
&rightsign;
function FocusOff(what)
&leftsign;
if (ie) what.style.backgroundColor = '#DDDDDD';
else return;
&rightsign;
/* Buttons Enlightment of "Compilation" panel */
function generate() /* Generation of "Compilation" */
&leftsign;
code = document.pad.text.value;
if (code)
&leftsign;
document.pad.text.value='Compiling...Please wait!';
setTimeout("compile()",1000);
&rightsign;
else alert('First enter something to compile and then press CompileIt')
&rightsign;
function compile() /* The "Compilation" */
&leftsign;
document.pad.text.value='';
compilation=escape(code);
document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
i++;
if (i=1) alert("Page compiled 1 time!");
else alert("Page compiled "+i+" times!");
&rightsign;
function selectCode() /* Selecting "Compilation" for Copying */
&leftsign;
if(document.pad.text.value.length>0)
&leftsign;
document.pad.text.focus();
document.pad.text.select();
&rightsign;
else alert('Nothing for be selected!')
&rightsign;
function preview() /* Preview for the "Compilation" */
&leftsign;
if(document.pad.text.value.length>0)
&leftsign;
pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
pr.document.write(document.pad.text.value);
&rightsign;
else alert('Nothing for be?