Tried it and still nothing. I think the required javascript is not being seen by the external xml file so it's not executing the
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script type="text/javascript" src="
https://www.e-junkie.com/ecom/box.js"></script>
This is the xml file:
<setting mode="normal" allowDrag="false" allowDoubleClickToSwitchMode="false" showPlaylist="true" autoPlay="true" loop="true" shuffle="false" volume="75" mute="false">
<audio cover="mp3-player/files/TataCover.jpg" singer="Táta Vega" album="This Joy" song="This Joy" url="mp3-player/files/This_Joy.mp3"
link="
https://www.e-junkie.com/ecom/gb.php?c=cart&i=DRR-TV0110&cl=58192& ejc=2" linkTarget="ej_ejc" class="ec_ejc_thkbx"
onClick="javascript:return EJEJC_lc(this);" img="imgs/add_to_cart.jpg"/>
</setting>
Since I can't put the JS in the xml file is there any other way the xml file can see the required JS that's on the HTML so it can run it?