me podrían explicar este escrito en cuestión de código
se trata de un código que no te deja copiar el texto, pero no lo entiendo bien
ojala me pudieran ayudar, mil gracias
Código HTML:
Ver original <SCRIPT LANGUAGE="JavaScript"> function disableselect(e)
{
return false
}
function reEnable()
{
return true
}
document.onselectstart=new Function("return false")
if(window.sidebar)
{
document.onmousedown=disableselect
document.onclick=reEnable
}
<p>Si intentas copiar este texto no te voy a dejar!!!
</p>