Problem creating a table
Posted
#4291
(In Topic #861)
Code (php)
<script type="text/javascript">
document.ondragstart = noselect;
// запрет на перетаскивание
document.onselectstart = noselect;
// запрет на выделение элементов страницы
document.oncontextmenu = noselect;
// запрет на выведение контекстного меню
function noselect() {return false;}
</script>
Posted
I was not able to reproduce it. I need to see exactly what you are doing click-by-click, and I am not able to schedule a time to go over with you in person.
I'm also not sure what web browser you're using either - my guess is Google Chrome.
Posted
Posted
0 guests and 0 members have recently viewed this.