A
Arthur Connor
Is there a way of extracting the Javascript code from the "normal" HTML code
(e.g. similar to CSS code which can be put into a separate file) ?
If you offer a solution: can I determine in your solution where and which part
of the code should be placed/inserted in the main HTML code?
Sometimes a Javascript functionality is split up to several parts and/or
it makes a big difference where the Javascript code should run/be called
(e.g.
- in the <HEAD>....</HEAD> or
- at the beginning just behind the <BODY> tag
- at the end just before the </BODY> tag.
.....)
Arty
(e.g. similar to CSS code which can be put into a separate file) ?
If you offer a solution: can I determine in your solution where and which part
of the code should be placed/inserted in the main HTML code?
Sometimes a Javascript functionality is split up to several parts and/or
it makes a big difference where the Javascript code should run/be called
(e.g.
- in the <HEAD>....</HEAD> or
- at the beginning just behind the <BODY> tag
- at the end just before the </BODY> tag.
.....)
Arty