Hi,
I have written all the necessary javascript functions in <script> block of .aspx page, which are working fine when there are placed in <script> block.
When i place the javascript code in a .js file and taking the reference of it in .aspx, the editor is not invoking the javascript functions.
I want to place my js code in a separate js file. Is there anyway to do this?
I have written all the necessary javascript functions in <script> block of .aspx page, which are working fine when there are placed in <script> block.
When i place the javascript code in a .js file and taking the reference of it in .aspx, the editor is not invoking the javascript functions.
I want to place my js code in a separate js file. Is there anyway to do this?