I think there is a bug by selecting source-files in HTML-Inspector, for example:
Page: HTML-File is saved on: "E:\website\index.htm ( on Partition: E:\ )
JS-File: is saved on "F:\JS_Lib\my_javascript.js" ( on Partition: F:\ )
If I selct a JS-source file from HTML-Inspector, editor imports":
Code: Select all
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="F:/JS_Lib/my_javascript.js"></SCRIPT>
Code: Select all
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="file:///F|/JS_Lib/my_javascript.js"></SCRIPT>
But it would be nice, if Editor would set this TAG correct

Best greets from germany,
Ralf