chubexinh
[Share] Trang ma hoa va giai ma html
on 28/11/2012chubexinh
loading...
Demo:http://a1-test6.forumvi.com/h1-page
Code:
- Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Mã hoá website</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="ma hoa website, bao mat, lien ket, hop tac, dau tu, thiet ke web, thu thuat, hosting, quang cao truc tuyen, kiem tien online, Giao lưu,học tập,kết bạn,giải trí,vi tính,thiết kế website và forum,thú ảo,làm quen,gallery,học hành,giải trí,game,âm nhạc,music,quảng cáo,đặt logo,kiếm bạn,làm quen" />
<meta name="description" content="ma hoa website, vi tinh, thiet ke web" />
<style type="text/css">
<!--
body {
background-color: #33ccff;
}
-->
</style>
</head>
<a href="/"><font size=4><B>Trang Chủ</a> | <a href="/">Diễn Đàn</a> | <a href="/">Nhật Ký</a></font>
<TD width=150 bgcolor=#33ccff>
<BR>
<br>
</TD>
<TD valign=top>
<TABLE width=96% cellpadding=0 cellspacing=0 align=center>
<TR>
<TD>
<BR>
<H1>Mã hoá và giải mã HTML</H1>
<font color=green size=4><b>
<p>Công cụ này sẽ cho phép bạn mã hóa trang HTML và các mẫu để ngăn chặn những người khác sao chép. Công cụ này làm việc trên mọi trình duyệt có hỗ trợ Javascript, bây giờ hầu như tất cả các trình duyệt hỗ trợ javascript.</p>
<p>Nhập mã HTML vào ô văn bản đầu tiên và nhấn nút "Mã Hoá" để mã hóa mã HTML của bạn. Bạn có thể sao chép mã được mã hóa trong ô văn bản đầu tiên và nhấn nút "Giải Mã" để lấy mã HTML gốc.</p>
</B></font>
<script language=javascript>
<!--
var quot="'"
function Encrypt() {
NewCode=""
var OldCode=document.getElementById('InputArea').value
for (var i=0; i<OldCode.length; i++){NewCode=NewCode+Hex(OldCode.charCodeAt(i))}
NewCode='<'+'script language=javascript>document.write(unescape('+quot + NewCode+quot+ '))<'+'/script>\n'
document.getElementById('OutputArea').value = NewCode
}
function Decrypt() {
var NewCode=unescape(document.getElementById('InputArea').value)
NewCode=NewCode.replace("<script language=javascript>document.write(unescape('","")
NewCode=NewCode.replace("'))<"+"/script>","")
document.getElementById('OutputArea').value = NewCode
}
function Hex(dec){
var hexbase="0123456789ABCDEF"
hx_hi=dec/16; hx_lo=dec%16;
hx=hexbase.substr(hx_hi,1)+hexbase.substr(hx_lo,1)
hexval='%'+hx
return hexval;
}
-->
</script>
<center>
<textarea id=InputArea name=InputArea style="width:500; height:200;">
<HTML>
<BODY>
<H1>NetFreeHost.com - Best Free Web Hosting</H1>
</BODY>
</HTML>
</textarea>
<table align="center" width="95%" border="0">
<tr>
<td align=center><input type=button value="Mã Hóa" onclick="Encrypt()"> </td>
<td align=center><input type=button value="Giải Mã" onclick="Decrypt()"></td>
</tr>
</table>
<textarea id=OutputArea name=OutputArea style="width:500; height:200;"></textarea>
<BR>
<font color=white size=4><b>-‘๑’- Diễn Đàn-‘๑’-</b></font><font color=white size=3><b><BR>Quản lý:Admin<BR>Email: [You must be registered and logged in to see this link.]</A> <BR>Điện thoại- 113</b></font>
</center>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Cam xoa |