Detecting keyPress inside an IFRAME using jQuery
- by Pankaj
Hello All
can i detecting keyPress inside an IFRAME using jQuery? when user paste any copy text in ifram i want to check this text, Is this text contain HTML tags or not.
Please help me.
<iframe class="abc">
<html>
<head>
</head>
<body>
some text here(This text may contain html tag)
</body>
</html>
</iframe>