i have a html file saved in my internal memory which i am loading in my android webview,but i want to load the javascript from the internet.
Following is the code. My first chart using FusionCharts Suite XT
</script>
</head>
<body>
<div id="chartContainer">FusionCharts XT will load here!</div>
</body>
</html>
but the js file is not loading.Is this way correct?