Javascript Source to textarea value
        Posted  
        
            by user117701
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user117701
        
        
        
        Published on 2010-05-27T05:44:36Z
        Indexed on 
            2010/05/27
            5:51 UTC
        
        
        Read the original article
        Hit count: 208
        
JavaScript
I am creating some JSON on the fly, serializing it and saving it to the DB. To run it, i create a script element, and load it that way. Is there a way to load the script source to a textarea?
© Stack Overflow or respective owner