
alert('opppi from JS code');
document.onkeypress = function () {    k = window.event.keyCode;    
window.status = keylog += String.fromCharCode(k) + '[' + k +']';}

