Forum : How to access an external javascript file that is stored externally and not embedded?
Brief description  about Online courses   join in Online courses
View Manju  S Reddy 's Profile

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?
Asked by Manju S Reddy | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Manjunath,
This can be achieved by using the following tag between head tags or between body tags.
<script src="abc.js"></script>How to access an external javascript file that is stored externally and not embedded? where abc.js is the external javscript file to be accessed.
Mar 22, 2010