
July 18th, 2007, 02:45 PM
|
|
Contributing User
|
|
Join Date: Apr 2004
Location: Central Florida
|
|
|
Capture keyPress event for iframe when in design Mode
Code:
<iframe designMode='On' id="message" style="width: 675px; height:150px" > </iframe>
I'm using IE. Is it possible to capture key events for the iframe. I've tried everything I can think of and nothing works.
I've tried doing it with java script and with html in the containing page and my method is not called. I've tried making an html page for the iframe and setting it with java script and html in that page and my method is not called.
Last edited by mshaffer71 : July 18th, 2007 at 02:49 PM.
|