How To Call Outside Javascript File?
Example : Our Project File Folder Name "Sample" Another
Folder Name "Check".Check Folder Is Out Side Of Our
Project ?Check Folder Have Verify.Js File. My Question Is
How To Call Verify.Js File.
Answer Posted / vikas
Assuming the following directory structure:
~/Sample/project.html
~/Check/verify.js
to use the javascript file in project.html insert the below
code between the <head> and </head>:
<script src="../Check/verify.js" type="text/javascript">
</script>
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a windows service?
What is a postback in asp net?
How information about the user's locale can be accessed?
What is preprocessor in .net and type, where it use?
Elaborate differentiation between ViewState and SessionState?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is use of <% %> in asp.net?
What is the file through which you can customize your asp.net application?
What is a multilingual website?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is the purpose of master page?
What is custom events? How to create it?
How do u deploy ur project?