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.
Answers were Sorted based on User's Feedback
Answer / varun
If you want to access a java script file from outside the
project folder then follow this:-
<script src="../verify.js" type="text/javascript">
</script>
this way where ever this file will be located; it will be
fetched.
thanks
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sanjay
You can call in header section with following code.
<script src="myJavaScript.js"
type="text/javascript"></script>
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / 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 |
What is base class of .net?
what is use to destroy an object? illustrate.
Define cookie.
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
What do you mean by serialize?
What is authorization in asp.net?
What is postback request?
What Are Different Types of Debbugers
2 Answers Accenture, TCS, Wipro,
whats the best method to cal id in javascript
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Are cookies client side or server side?
When was asp.net released?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)