Hello,
When trying to add custom html that requires javascript such as on the users dashbaord. For example below.
This code below is used to place where you want it to display on a webpage such as "dashboard", in HTML of course.
<div id="cc_recenttracks_gymradio" class="cc_recenttracks_list">Loading ...</div>
Code below
<script language="javascript" type="text/javascript" src="http://localhost:port/system/recenttracks.js"></script>
is used to place under the </body> tag, however heres the problem, i've placed it in both right under that code in the box, but also tried in the "custom tail code" area and in fact it does display the data, but here's the problem the browser just continues to refresh and make request to the server, which could cause the server to time-out or shut down because of the multiple java request. Is there a way to fix this or add this in without that happening?
Regards,
Bobby