i am tryin to get something like this to work
<SCRIPT>
if (amt() > 1) document.write"<script src='http://myurl.com/js.js'></script>";
</SCRIPT>
but this tag </script> INSIDE the document.write part keeps prematurely closing the script and trashing the whole process. please advise......
pac
<SCRIPT>
if (amt() > 1) document.write"<script src='http://myurl.com/js.js'></script>";
</SCRIPT>
but this tag </script> INSIDE the document.write part keeps prematurely closing the script and trashing the whole process. please advise......
pac
Comment