09-26-2023, 04:17 PM
Hi,
I tried to find an answer to this question without success, so I apologize if it was duplicated.
I need to read and write at runtime (with async) into HTML5 segments as DIV using its ID, e.g.
Thank you...
I tried to find an answer to this question without success, so I apologize if it was duplicated.
I need to read and write at runtime (with async) into HTML5 segments as DIV using its ID, e.g.
Code:
<div id="myArea" class="content">
This is what I want to inject and be able to read
</div>
Thank you...