I have several iframes (editors) on my page.
How do i find out in which iframe my current selection is to be found?
In this editors i have valid html context. This looks like:
<iframe id="dynmaical_id">
<head>
...
</head>
<body>
<p>
<span>Text</span> //cursor is set somewhere here
</p>
</body>
<iframe>