Text box content rendering in a new window using javascript
        Posted  
        
            by skamale
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by skamale
        
        
        
        Published on 2009-07-10T11:03:07Z
        Indexed on 
            2010/04/17
            11:03 UTC
        
        
        Read the original article
        Hit count: 233
        
I have a asp.net textbox(textarea which is in a repeater have single texarea for each record which are read only) I have button (open in new window) when i click on it the content of the text area needs to be rendered in a new window using javascript .
© Stack Overflow or respective owner