How correctly and what is the difference?
How correctly and what is the difference?

Copy code
document.write(unescape(""));
orCopy code
<script src="..."></script>
when I can not use <script>?
This discussion has been closed.
Copy code
document.write(unescape(""));
or
Copy code
<script src="..."></script>
when I can not use <script>?
Replies
I'm not clear how this relates to DataTables? For generic Javascript questions you'd be best posting on StackOverflow.
Allan