show/hide this revision's text 2 think you meant prototype lib but whatever

The $ function replaces the need for document.getElementById

$('iframe_id').contentDocument.keydown(function() ('#iframe_id').contentDocument.keydown(function() {
   // logic
});
show/hide this revision's text 1

The $ function replaces the need for document.getElementById

$('iframe_id').contentDocument.keydown(function() {
   // logic
});