USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  Botão Direito do Mouse
WillZHacker
não registrado
ENUNCIADA !
Postada em 30/09/2009 09:31 hs   
EH tÃO FACIL Q DA NOS NERVOS É MUITO SIMPLES OLHEM
SOH
COLEM ISSO EM BAIXO DE <HEAD> DO SEU SITE
"if (window.Event)
document.captureEvents(Event.MOUSEUP);

function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;

return false;
}

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;
}

}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--> ""
</script>
EXATAMENTE DO JEITO QUE ESTA(SOH QUE SEM ASPAS)
NÃO MUDE NADA
QUER UM EXEMPLO DE QUE FUNCIONA VA AO MEU BLOGSPOT willzhacker.blogspot.com
E SE QUISEREM + EH SOH ESCREVER UM POSTE NESSE BLOG AI EM SIMA"willzhacker.blogspot.com" PEDINDO COM O SEU EMAIL
   
WillZHacker
não registrado
ENUNCIADA !
'; TopicoEditado[2] = ' '; FlagTopicoEditado[2] = false;
Postada em 30/09/2009 09:32 hs   
if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true event.returnValue = false; return false; } 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; } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick; //-->
   
Página(s): 2/2     « ANTERIOR  


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página