Author: Endar WS
New Page 2
function noway(go) {
if (document.all) {
if (event.button == 2) {
newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30')
return false;
}
}
if (document.layers) {
if (go
newwin=window.open('index.htm','PopupTest','width=350,height=423,top=30,left=30')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=noway;
// -->
try to right-click your mouse
Rate this article:




(No ratings yet)
