I created my own WYSIWYG editor to edit the XML file. For this I used <iframe>.
I parsed the XML file and the entire contents of the variable. How to post this content in <iframe>? I tried this code but it does not work:
<iframe id="textbox" style="width:300px; height:150px" >
<?php echo $content ?>
</iframe>
Do they have any javascript code for this. Thanks in advance.
source
share