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, 3496👍, 0💬
Popular Posts:
How To Control Padding Spaces within a Table Cell? - XHTML 1.0 Tutorials - Understanding Tables and ...
How To Enter a New Row into a Table Interactively? - Oracle DBA FAQ - Introduction to Oracle SQL Dev...
How can we format data inside DataGrid? Use the DataFormatString property.
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...