[quote=java]can you make shortcut key 4 comments only whre i can put it in the media box or who i want to meet sction..???plzzzz..im still confused in the codes...plss,teinx!![/quote]

save this as JS!
[quote]document.write('<body onkeydown="isKeyPressed(event)">') ;
function isKeyPressed(event)
{
if (event.ctrlKey==1)
{
location.href="http://www.friendster.com/comments.php?uid=[b]UR USER-ID[/b]";
}
else
{
right("");
}
}[/quote]
change the [b]bold[/b] part with your user id
[quote]:idea: Don't know how to add JS...[b][url=http://theftalk.com/t15088-Compiling-javascripts-in-one-file.html]READ THIS POST[/url][/b]![/quote]
Last edited by R-A-M-O-N-help (2008-09-16 09:40:13)