Renyo Postado Fevereiro 14, 2004 Denunciar Share Postado Fevereiro 14, 2004 é um seguinte...Tem sites... que quando você tenta selecionar... n Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Renyo Postado Fevereiro 14, 2004 Autor Denunciar Share Postado Fevereiro 14, 2004 COUNTINUAÇÃO....QUE NÃO DÃO ... OU APARECE UM alert OU NÃO APARECE NADA... NEM SEQUER FICA AQUELA MARCA DE SELECIONADO...EU TAVA QUERENDO... UM SCRIPT QUE IMPEDI O SELECIONADOBRIGADO Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 jissa Postado Fevereiro 14, 2004 Denunciar Share Postado Fevereiro 14, 2004 cara não entendi patavinas... porque não editou a primeira pergunta mas achoq eu quer é isto:document.onselectstart=new Function('return false') //Protege textodocument.ondragstart=new Function('return false') //Protege Elementoss Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 AcquaBlue Postado Fevereiro 14, 2004 Denunciar Share Postado Fevereiro 14, 2004 Cara eu etendi o q se perguntou e é o segunte... existem 3 tipos diferentes de bloqueo sem ser o de contra-seleção. Existe:Mensagem com o botão esquerdo do mouse.Botão direito inativo.Contra-seleção.Menu no botão esquerdo.E os código:Mensagem com o botão direito do Mouse:<script>function botaodireito() {if (event.button==2) {alert(' O botão direito está desabilitado! ')}} document.onmousedown=botaodireito </script> Botão direito Inativo: <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> Contra Seleção: <script language="JavaScript1.2"> <!-- function disableselect(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return false") if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } //--> </script> Menu no Botão Esquerdo: <script language="JavaScript1.2"> <!-- var isie=0; if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) { isie=1; } else { isie=0; } if(isie) { var html=""; html+='<TABLE STYLE="border:1pt solid #808080" BGCOLOR="#CCCCCC" WIDTH="140" HEIGHT="220" CELLPADDING="0" CELLSPACING="1">'; html+='<ST'+'YLE TYPE="text/css">\n'; html+='a:link {text-decoration:none;font-family:Arial;font-size:8pt;}\n'; html+='a:visited {text-decoration:none;font-family:Arial;font-size:8pt;}\n'; html+='td {font-size:8pt;}\n'; html+='</ST'+'YLE>\n'; html+='<SC'+'RIPT LANGUAGE="JavaScript">\n'; html+='\n<'+'!--\n'; html+='window.onerror=null;\n'; html+='/'+' -'+'->\n'; html+='</'+'SCRIPT>\n'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i0" ONMOUSEOVER="document.all.i0.style.background=\'#CFD6E8\';document.all.i0.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i0.style.background=\'#CCCCCC\';document.all.i0.style.border=\'1pt solid #CCCCCC\';" ONCLICK=""><center>SCRIPT FÁCIL</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i1" ONMOUSEOVER="document.all.i1.style.background=\'#CFD6E8\';document.all.i1.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i1.style.background=\'#CCCCCC\';document.all.i1.style.border=\'1pt solid #CCCCCC\';" ONCLICK="window.history.go(1);"><center>MENU</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC"><IMG SRC="pixel.gif" WIDTH="130" HEIGHT="1"></TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i4" ONMOUSEOVER="document.all.i4.style.background=\'#CFD6E8\';document.all.i4.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i4.style.background=\'#CCCCCC\';document.all.i4.style.border=\'1pt solid #CCCCCC\';" ONCLICK="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);"> Adicionar a Favoritos...</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i5" ONMOUSEOVER="document.all.i5.style.background=\'#CFD6E8\';document.all.i5.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i5.style.background=\'#CCCCCC\';document.all.i5.style.border=\'1pt solid #CCCCCC\';" ONCLICK="window.parent.location=\'view-source:\'+window.parent.location.href;"> Ver Código Fonte</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC"></TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i6" ONMOUSEOVER="document.all.i6.style.background=\'#CFD6E8\';document.all.i6.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i6.style.background=\'#CCCCCC\';document.all.i6.style.border=\'1pt solid #CCCCCC\';" ONCLICK="window.print();"> Imprimir</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i7" ONMOUSEOVER="document.all.i7.style.background=\'#CFD6E8\';document.all.i7.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i7.style.background=\'#CCCCCC\';document.all.i7.style.border=\'1pt solid #CCCCCC\';" ONCLICK="window.parent.location.href=window.parent.location.href;"> Atualizar</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC"></TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i8" ONMOUSEOVER="document.all.i8.style.background=\'#CFD6E8\';document.all.i8.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i8.style.background=\'#CCCCCC\';document.all.i8.style.border=\'1pt solid #CCCCCC\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=1.6; else window.parent.document.body.style.zoom=1.6;"> Zoom In</TD></TR>'; html+='<TR><TD STYLE="border:1pt solid #CCCCCC" ID="i9" ONMOUSEOVER="document.all.i9.style.background=\'#CFD6E8\';document.all.i9.style.border=\'1pt solid #737B92\';" ONMOUSEOUT="document.all.i9.style.background=\'#CCCCCC\';document.all.i9.style.border=\'1pt solid #CCCCCC\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=0.625; else window.parent.document.body.style.zoom=0.625;"> Zoom Out</TD></TR>'; html+='</TABLE>'; var oPopup = window.createPopup(); } function dopopup(x,y) { if(isie) { var oPopupBody = oPopup.document.body; oPopupBody.innerHTML = html; oPopup.show(x, y, 140, 220, document.body); } } function click(e) { if(isie) { if(document.all) { if(event.button==2||event.button==3) { dopopup(event.x-1,event.y-1); } } } } if(isie) { document.oncontextmenu = function() { dopopup(event.x,event.y);return false; } document.onmousedown = click; } // --> </script>Se você conseguir se virar com isso tudo bem... se não entendeu como modificar lguma coisa responda aí q eu passo as descrição do comandos...Falow Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Renyo Postado Fevereiro 14, 2004 Autor Denunciar Share Postado Fevereiro 14, 2004 Valeu... os dois me ajudaram... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 AcquaBlue Postado Fevereiro 15, 2004 Denunciar Share Postado Fevereiro 15, 2004 ehehe... é pra isso q serve o fórum... falow !!! Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 jissa Postado Fevereiro 15, 2004 Denunciar Share Postado Fevereiro 15, 2004 Mensagem com o botão esquerdo do mouse.Botão direito inativo.Contra-seleção.Menu no botão esquerdo.ai Agua.. tava tudo isto escrito no Post dele.... puxa.. e eu só qntendi que ele não queria selecionar conteudo da pagina.. heheh Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Renyo Postado Fevereiro 15, 2004 Autor Denunciar Share Postado Fevereiro 15, 2004 Esquanta não ji... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 AcquaBlue Postado Fevereiro 15, 2004 Denunciar Share Postado Fevereiro 15, 2004 hehe Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Renyo
é um seguinte...
Tem sites... que quando você tenta selecionar... n
Link para o comentário
Compartilhar em outros sites
8 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.