Atozed Forums
HTML5 segment read/write with Async at runtime - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: HTML5 segment read/write with Async at runtime (/thread-3521.html)



HTML5 segment read/write with Async at runtime - mhammady - 09-26-2023

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.


Code:
    <div id="myArea" class="content">
       This is what I want to inject and be able to read
    </div>

Thank you...