Hola, les paso este JS no se si es viejo pero esta padre lo vi en una pagina, en lugar de anular boton derecho mejor darle unso poniendo un menu o no??
codigo: siguiente mensaje
| ||||
Re: Interesante! Menu con el mouse!! entre las etiquetas body y /body: <style> <!-- .skin0 { position:absolute; text-align:left; width:200px; border:2px solid black; background-color:menu; font-family:Verdana; line-height:20px; cursor:default; visibility:hidden; } .skin1 { cursor:default; font:menutext; position:absolute; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; width:120px; background-color:menu; border:1 solid buttonface; visibility:hidden; border:2 outset buttonhighlight; } .menuitems { padding-left:15px; padding-right:10px; } --> </style> <SCRIPT LANGUAGE="JavaScript1.2"> <!-- Web Site: http://www.dynamicdrive.com --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var menuskin = "skin1"; // skin0, or skin1 var display_url = 0; // Show URLs in status bar? function showmenuie5() { var rightedge = document.body.clientWidth-event.clientX; var bottomedge = document.body.clientHeight-event.clientY; if (rightedge < ie5menu.offsetWidth) ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth; else ie5menu.style.left = document.body.scrollLeft + event.clientX; if (bottomedge < ie5menu.offsetHeight) ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight; else ie5menu.style.top = document.body.scrollTop + event.clientY; ie5menu.style.visibility = "visible"; return false; } function hidemenuie5() { ie5menu.style.visibility = "hidden"; } function highlightie5() { if (event.srcElement.className == "menuitems") { event.srcElement.style.backgroundColor = "highlight"; event.srcElement.style.color = "white"; if (display_url) window.status = event.srcElement.url; } } function lowlightie5() { if (event.srcElement.className == "menuitems") { event.srcElement.style.backgroundColor = ""; event.srcElement.style.color = "black"; window.status = ""; } } |
| ||||
Re: Interesante! Menu con el mouse!! function jumptoie5() { if (event.srcElement.className == "menuitems") { if (event.srcElement.getAttribute("target") != null) window.open(event.srcElement.url, event.srcElement.getAttribute("target")) ; else window.location = event.srcElement.url; } } // End --> </script> entre las etiquetas body y /body personalizando los links: div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();"> <div class="menuitems" url="javascript:history.back();">Go Back</div> <div class="menuitems" url="http://javascript.internet.com">Go Home</div> <hr> <div class="menuitems" url="http://forum.javascriptsource.com">JS Forum</div> <div class="menuitems" url="http://faq.javascriptsource.com">Site FAQs</div> <hr> <div class="menuitems" url="http://javascript.internet.com/link-us.html">Link to Us</div> <div class="menuitems" url="http://javascript.internet.com/feedback.html">Contact Us</div> </div> <script language="JavaScript1.2"> if (document.all && window.print) { ie5menu.className = menuskin; document.oncontextmenu = showmenuie5; document.body.onclick = hidemenuie5; } </script> Espero le sirva a alguien Saludos <embed width="200HEIGHT=50" height="50" quality="high" bgcolor="#ffffff" src="http://www.geocities.com/aglezt/alvaro.swf"></embed> |
| |||
Re: Interesante! Menu con el mouse!! Hola alvariux Gracias por el scrip, original y practico, solo creo que cabe una aclaracion, en la primera parte en donde colocar dice body /body, deberia decir head /head, puede ser?, ya que asi funciona mejor en la carga del menu. Saludos, Magna |
| |||
Re: Interesante! Menu con el mouse!! ¡Hola! ¡Dos por el precio de Unooo!!! dado que la aportacion del amigo ALVARIUX les has agradado, aqui les empalmo con otra version adicional. En verdad me parecen aunque algo más trabajoso colocar en las paginas, más esteticos y sobre todo de "Utilidad", comparado con esos "frios y arrogantes" anuladores de boton derecho de mouse. Es mi modesta opinion. Asi que....¡ Aprovechen "2 X el precio de 1"...!!! |
| |||
Re: Interesante! Menu con el mouse!! COLOCAR TODO EL SCRIPT DENTRO DE <HEAD> y </HEAD> <script language="javaScript"> <!-- /////////////////////////////////////////////////////////////////////////////// // ..:: realMenu v1.27 ::.. // copyright © jordan neill 2000 // Script featured on Website Abstraction (http://wsabstract.com) // // change the menuItems array with your options and set the urls to link to // use addMenuItem("Text to show", "Url To Link To"); to make an item // use addMenuItem("Text", Url", "Img To Show"); to make an item with an image // use addMenuItem(); to indicate a separator bar // you can use html tags in the text, eg, <i>, <b> or <u> // // images used should be 16x16 transparent gifs /////////////////////////////////////////////////////////////////////////////// menuItems = new Array(); menuItemNum = 0; function addMenuItem(text, url, img){ if(img) menuItems[menuItemNum] = new Array(text, url, img); else if(text) menuItems[menuItemNum] = new Array(text, url); else menuItems[menuItemNum] = new Array(); menuItemNum++; } menuWidth = 148; //menu width menuHeight = 176; //menu height menuDelay = 50; //delay before menu appears menuSpeed = 8; //speed which menu appears (lower=faster) menuOffset = 2; //offset of menu from mouse pointer addMenuItem("<center>RealMenu v1.27</center>","http://wsabstract.com/script/script2/realmenu.shtml"); addMenuItem(); addMenuItem("Website Abstraction","http://wsabstract.com"); addMenuItem("Dynamic Drive","http://www.dynamicdrive.com"); addMenuItem("Freewarejava.com","htt p://freewarejava.com"); addMenuItem(); addMenuItem("CNN","http://www.cnn.com"); addMenuItem("ABC News","http://www.abcnews.com"); addMenuItem("MSNBC","http://www.msnbc.com"); addMenuItem("BBC News","http://news.bbc.co.uk"); addMenuItem("CBS News","http://www.cbsnews.com"); /////////////////////////////////////////////////////////////////////////////// // do not edit the code below, it is required for the menu to work correctly /////////////////////////////////////////////////////////////////////////////// if(window.navigator.appName == "Microsoft Internet Explorer" && window.navigator.appVersion.substring(window.navig ator.appVersion.indexOf("MSIE") + 5, window.navigator.appVersion.indexOf("MSIE&quo t;) + 8) >= 5.5) isIe = 1; else isIe = 0; if(isIe){ menuContent = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;">< ;tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow">& lt;/td></tr><tr height="1"><td style="background:threedlightshadow"> </td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow">& lt;/td></tr><tr height="10"><td style="background:threedlightshadow"> </td><td style="background:threedhighlight">&l t;/td><td style="background:threedface"><tab le cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:defaul t;">'; for(m=0;m<menuItems.length;m++){ if(menuItems[m][0] && menuItems[m][2]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highligh t\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedfac e\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else if(menuItems[m][0]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highligh t\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedfac e\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else menuContent += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight">&l t;/td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>'; } menuContent += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow">& lt;/td></tr><tr height="1"><td style="background:threedlightshadow"> </td><td style="background:threedhighlight">&l t;/td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow">& lt;/td></tr><tr height="1"><td style="background:threedlightshadow"> </td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow">& lt;/td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>'; menuPopup = window.createPopup(); menuPopup.document.body.innerHTML = menuContent; } function showMenu(){ menuXPos = event.clientX + menuOffset; menuYPos = event.clientY + menuOffset; menuXIncrement = menuWidth / menuSpeed; menuYIncrement = menuHeight / menuSpeed; menuTimer = setTimeout("openMenu(0,0)", menuDelay); return false; } function openMenu(height, width){ iHeight = height; iWidth = width; menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body); if(iHeight < menuHeight) menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1); else clearTimeout(menuTimer); } if(isIe) document.oncontextmenu = showMenu; //--> </script> |
| |||
Re: Interesante! Menu con el mouse!! Alvaruix....por nada ;) Dekasegi, se supone que el scrip funciona con el click derecho?.... lo voy a seguir mirando, pero en principio, asi como esta no me funciono.... |
| ||||
Re: Interesante! Menu con el mouse!! Tengo una JS que no te permite utilizar el Click Izq. y Der. por lo cual te sale un menu desplegable, la encontre en una Web... si los interesa pasen la voz... |