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


Please Help Members By Posting Answers For Below Questions

What is a windows service?

752


What is a postback in asp net?

779


How information about the user's locale can be accessed?

776


What is preprocessor in .net and type, where it use?

862


Elaborate differentiation between ViewState and SessionState?

830


What is the procedure to create the environment for asp.net? : asp.net mvc

693


What is mvc in asp.net tutorial? : Asp.Net MVC

761


What are the best practices to follow to secure connection strings in an ASP.NET web application?

761


What is use of <% %> in asp.net?

739


What is the file through which you can customize your asp.net application?

739


What is a multilingual website?

747


What is viewstate? In which event of the page life cycle, is the viewstate available?

784


What is the purpose of master page?

693


What is custom events? How to create it?

802


How do u deploy ur project?

2399