Atozed Forums

Full Version: HTML5 segment read/write with Async at runtime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...