I need to load the content of a DIV
element in HTML into a variable so that it can be printed to an HTA file. However, I have about 70 other DIV
elements in the document and I need to access one specific one. Is there a shortcut to accessing the content of an element with a specific attribute?
Here's a sample of the element I need to access
<div id='storytext'>
<p>Story Text</p>
</div>