Hi,
I am spending a lots of time to insert string at the cursor position in iframe. But I am not getting the result.
I hope some body can help me on this.
I would really appreciate your suggestion on this.
Inserting at cursor position in iframe
Moderator: General Moderators
Re: Inserting at cursor position in iframe
You can use execCommand('inserthtml', ...) for standard browsers and document.selection.createRange().pasteHTML(...) for IE.