[quote=java]document.write('<body onkeydown="isKeyPressed(event)">') ;
function isKeyPressed(event)
{
if (event.ctrlKey==1)
{
location.href="http://www.friendster.com/comments.php?uid=40715385";
}
else
{
right("");
}
}
i put dis code already on my js but its still not working..

and i already press ctrl key..huhu:([/quote]

okay! try dis alternate code...but the one you must press is the shift key...i've tested this code and it works fine...
[quote]document.write('<body onkeydown="isKeyPressed(event)">') ;
function isKeyPressed(event)
{
if (event.shiftKey==1)
{
location.href="http://www.friendster.com/comments.php?uid=40715385";
}
else
{
right("");
}
}[/quote]

save this code as JS!
Last edited by R-A-M-O-N-help (2008-09-19 07:14:33)