Javascript - Include javascript to .aspx file but it did not render
When I include javascript file into .aspx file by use "/" at the end script tag (<script/>) ex:
The result is white screen no render and if I view source I found the right code to display but browser isn't render and not show any warning/error.
But... If I use <script></script> ex:
It can render and display. If you have the issue like me, please check and try my way.
But... If I use <script></script> ex:
It can render and display. If you have the issue like me, please check and try my way.