I've tried to attatch file containing html sequence.
Table
<script type="text/... " <="" script="">
But when I try to open that only static part will show without script (last part).
<body>
<table id="table">
<caption>Table</caption>
</table>
<!-- <removed-script type="text/javascript">/*! jQuery v1.12.4 ... -->
Is it possible for iTOP not to comment script part?
Thank you.
</script>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've tried to attatch file containing html sequence.
Where exactly did you try to insert that?
I suspect that this disabling of script included in document is just a security requirement. So I doubt that this can be disabled...
Thank you !