
but its doesnt work on firefox?

|
pag pahimuyong bi 
|
I didn't know anything regarding this but i am really interested and willing to learn.tnx for the famous ephe and the rest who has the knowledge bout the stuff.pls guide me guys as i am learning..tnx a lot...

:rose:![]()
![]()
Last edited by khae24 (2008-03-29 18:07:00)
|

where do i put it?
|
nice, eph..
keep sharing!!!
|

nice!![]()

|
thank u very much! [:
|

nice..thanks for sharing this 
|

thanks for this code sir ephe!![]()
i'm a lay maker, this will take care of those itchy fingers:eh:
|

thank you for sharing this!

|
thanks for sharing this codes ![]()
|
wow!! thanks guys!!
|

paopao29 wrote:
guys pa help penge code ng pag ni right click nag shake ung screen ty
Please don't use tagalog because this is an international forum.
Try this:
function rumble(n){
for(i=10;i>0;i--){
for(j=n;j>0;j--){
if (navigator.appName=="Microsoft Internet Explorer")
{
window.moveBy(0,i);
window.moveBy(i,0);
window.moveBy(0,-i);
window.moveBy(-i,0);
}
else
{
with(window)
{
moveBy(0,i);
moveBy(i,0);
moveBy(0,-i);
moveBy(-i,0);
}
}
}
}
}
function nrcIE() {
if (event.button == 2 || event.button == 3) {
rumble(20);
return false;
}
}
function nrcNS(e) {
if (e.which == 2 || e.which == 3) {
rumble(20);
return false;
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = nrcNS;
}else {
document.onmouseup = nrcNS;
document.onmousedown = nrcIE;
}
document.oncontextmenu = new Function("return false");Paste in JS....

|
wher to put the code
|
dude it dsnt work.. kindly help me..
|

thnx for this kuya ephemeral.. I actually using that codes! thnx!
|

very useful!
|

where do i paste code???

|