
27/07/2002, 00:05
|
 | | | Fecha de Ingreso: febrero-2001 Ubicación: México
Mensajes: 1.007
Antigüedad: 24 años Puntos: 0 | |
Re: como bumerangh (asi se escribe?) we, ahi te va ñ_ñ
function NSclick(e) {
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
if (e.which == 3) {
return false;
}
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) {
if (e.button == 2 || e.button == 3) {
e.preventDefault();
return false;
}
}
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) {
document.onmousedown=NSclick;
document.captureEvents(Event.MOUSEDOWN);
}
if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) {
document.onmouseup=NSclick;
}
if (navigator.appName=="Microsoft Internet Explorer") {
document.oncontextmenu = new Function("return false;")
}
100% comprobado, no sale nada de menu contextual ni alertas corrientes
<iframe frameborder=0 scrolling=no width=100% height=93 src="http://www.ba-k.com/personal/firmazw/frame.htm"></iframe> |