
Edição feita por: Rustin, 23/03/2005, 17:56.
Posted 23/03/2005, 15:23
Edição feita por: Rustin, 23/03/2005, 17:56.
Posted 23/03/2005, 16:06
Posted 26/03/2005, 15:16
Posted 26/03/2005, 18:17
<script language="javascript">
<!--
function teclado() {
if(window.event.ctrlKey == true && window.event.shiftKey == true && window.event.keyCode == código da letra B) {
window.alert("Aeee");
}
else {
window.alert("Ops...");
}
}
document.onclcik=teclado;
//-->
</script>
Posted 28/03/2005, 00:33
<script language="javascript"> function teclado() { if (event.ctrlKey&&event.shiftKey) { if (event.keyCode==98) { document.forms[0].elements[0].value = "ctrl + shift + b"; } } } </script>
Posted 28/03/2005, 01:01
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)