I need to dynamic edit the path to a included file via JS.
<div><!--@Include(../Includes/Footer.html)--></div>i've tried to make a document.write with the include tag inside but it returns );<script type="text/javascript">
document.write("<!--@Include(../Includes/Footer.html)-->")
</script>
any ideas?