Hello all,
In some html code I have the following:
<script type='text/javascript' src='foo.js'></script>
However, I'd like to replace 'foo.js' with something like
"bar.php?file=f oo" and have bar.php echo foo.js back to the script
element. Is this possible?
In some html code I have the following:
<script type='text/javascript' src='foo.js'></script>
However, I'd like to replace 'foo.js' with something like
"bar.php?file=f oo" and have bar.php echo foo.js back to the script
element. Is this possible?
Comment