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.
2010-10-26, 3844👍, 0💬
Popular Posts:
What Is C Language? The C programming language is a standardized programming language developed in t...
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...
How to create arrays in JavaScript? We can declare an array like this var scripts = new Array(); We ...
How To Analyze Tables with "mysqlcheck"? - MySQL FAQs - Administrator Tools for Managing MySQL Serve...
What is the purpose of Replication ? Replication is way of keeping data synchronized in multiple dat...