PamokosSiuntiniai
Jūsų puslapiui |
|
| Autorius: | EdgarasN. | Data: | 2007-03-16 13:28:42 | |
| Lygis: | |
Pamatė: | 1227 | |
| Versija: | ... |
<script language="JavaScript">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>