| 
                
                 
                    
        This sample show how to work around the lack of the innerText
        property for javascript in the Internet Explorer, which has an
        equivalent textContent property. See the setupInnerText function
        for resolving the lack of innerText property, which defines a
        innerText function prototype which then calls the textContent
        property of Internet Explorer.
    
                 
                
                
        Indecision:
         
                She loves me. 
                     
        Indecision:
        <br/>
        <p id="love" style="font-weight: bold">She loves me.</p>
    
                   
                 | 
            
            ||