HTML5: Download content (script) when clicking on a page and running it.

0

How do I download a script that is online automatically each time I click to open a certain page? and add it to the page

I'm trying to make an app and on some pages have read feed, but at the time I compile with Visual Studio, the app does not load the online script (nor the font used).

Code that I'm trying to:

<script language="JavaScript" src="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.gsmfans.org%2Findex.php%3Ftype%3Drss%3Baction%3D.xml&num=25&desc=1&au=y&date=y&tz=-3&targ=y&utf=y&pc=y"charset="UTF-8" type="text/javascript"></script>
    
asked by anonymous 27.05.2015 / 20:50

0 answers