Kod Gizleyici
|
|
Www.Webmaster-Arsivi.Tr.GG / Kod Gizleyici
";
else if (code.value.length == "")
{
alert('Şifrelemek için HTML kodunu giriniz.(Webmaster-Arsivi.Tr.GG)');
document.pad.text.focus();
}
}
function unlock()
{
if (document.pad.text.value.length == "")
{
alert('Kodu çözmek için HTML kodunu giriniz.(Webmaster-Arsivi.Tr.GG)');
document.pad.text.focus();
}
else
{
code = document.pad.text.value;
pass = "";
pass = code.replace(/m='(.*)';d=/g, "[[$1[[");
ut = pass.split("[[");
document.pad.text.value = unescape(ut[1]);
}
}
function selectCode()
{
padText=document.pad.text;
if(padText.value.length>0)
{
if (ie)
{
therange=padText.createTextRange();
therange.execCommand("Copy");
window.status="Kod Panoya Kopyalandı";
setTimeout("window.status=''",1800);
}
padText.focus();
padText.select();
}
else alert('Seçim Yapmadınız.(Webmaster-Arsivi.Tr.GG)')
}
function LightOn(what, message)
{
if (ie||ns6)
{
window.status=message;
what.style.backgroundColor='#EAEAEA';
what.style.cursor='hand';
}
else window.status=message;
}
function LightOut(what)
{
if (ie||ns6)
{
what.style.backgroundColor='white';
window.status='';
}
else window.status='';
}
// -->
|
|
Bugün 9 ziyaretçi (10 klik) kişi burdaydı!