How to retrieve the content of <script src="myscript.ms"></script>
Posted
by mikl0
on Stack Overflow
See other posts from Stack Overflow
or by mikl0
Published on 2010-06-02T04:51:11Z
Indexed on
2010/06/02
4:53 UTC
Read the original article
Hit count: 189
if it was inline instead of src it would be easy to use innerHTML however it returns blank...so i assume the src attribute makes the content of myscript.ms not go into the dom as it normally does for inline script.
How can I access the data in myscript.ms file short of using some internal browser extension method?
Thanks.
© Stack Overflow or respective owner