Вход на сайт
Как скопироват?
296 просмотров
Перейти к просмотру всей ветки
saschka_net прохожий
в ответ i-va 05.01.04 00:06
Kopirovat' poluchitsja Datei -> Speichern Untern .. tol'ko tak .
Na stranichke sidit JvaScript kotorij ne posvoljaet Pravij klick Mischki
Vot takoj : function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
Na stranichke sidit JvaScript kotorij ne posvoljaet Pravij klick Mischki

Vot takoj : function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}