setInterval("window.status='Press U On Your Keyboard Now !'",10);
var hotkey=117
var destination="w w w . target link.html"
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
if (e.which==hotkey)
window.location=destination
}
else if (document.all){
if (event.keyCode==hotkey)
window.location=destination
}
}
document.onkeypress=backhome
</script>
Salve ! Per favore c'e' qualcuno di buona volonta' che possa aiutarmi con questo script ? Premetto che sono abbastanza ignorante in materia ... la cosa che piu' mi preme e' sapere se esso genera falsi clicks o se e' solo un modo come un'altro di mandare hits ad un altro sito e contemporaneamente nascondere la barra di stato ...
Grazie in anticipo !

Rispondi quotando