Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How to access an external JavaScript file that is stored externally and not embedded?
How to access an external JavaScript file that is stored externally and not embedded?
✍: Guest
This can be achieved by using the following tag between head tags or between body tags.
<script src="/MyScripts.js""></script>
where MyScripts.js is the external JavaScript file to be accessed.
2008-08-26, 4958👍, 0💬
Popular Posts:
How To Write a Minimum Atom 1.0 Feed File? - RSS FAQs - Atom Feed Introduction and File Generation I...
What is continuous and staged representation? CMMI contains 25 key process areas which organization ...
What are shared (VB.NET)/Static(C#) variables? Static/Shared classes are used when a class provides ...
How can I enable session tracking for JSP pages if the browser has disabled cookies? We know that se...
How To Use SELECT Statement to Count the Number of Rows? - Oracle DBA FAQ - Understanding SQL SELECT...