Jump to content


farejador

Member Since 26/02/2003
Offline Last Active 20/04/2004, 17:51
-----

Posts I've Made

In Topic: Bloqueio Anti Cópia

12/12/2003, 10:27

OLá amigo


Segue o código

Abraços





<script language="JavaScript1.3">
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>
  <script language=JavaScript>
<!--
  function mOvr(src,clrOver) {
    if (!src.contains(event.fromElement)) {
  src.style.cursor = 'hand';
  src.bgColor = clrOver;
}
  }
  function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrIn;
}
  }
  function mClk(src) {
    if(event.srcElement.tagName=='TD'){
  src.children.tags('A')[0].click();
    }
  }
// -->
</script>


In Topic: Webadverts Interno

26/11/2003, 18:23

valeu
:)

In Topic: Janelas Pop-up

11/07/2003, 02:03

Põe ela no seu site e poste a url , pra eu poder ver o erro

abraços

aguardo vc

In Topic: Qual O Melhor Servidor De Php...

03/07/2003, 23:59

Concordo amigo

PHPTRIAD

funciona legal mesmo!
eu uso

In Topic: Dikas Pra Layout

28/06/2003, 21:26

Eu também viu...
fiz esse ae , são os meus sites, mais nem sei de onde tirei essas idéias, só o farejador.com que só troquei o Logo, pois o layout é do script mesmo, fiz só algumas alterações

www.amorajato.com.br
www.clicktrafego.com.br
www.zonaerotica.net
www.farejador.com

IPB Skin By Virteq