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 / 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 |
Post New Answer View All Answers
Explain about secure socket layer?
What is the difference between CLICK and MOUSE DOWN Event ?
Why do we use web config?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How many types of cookies are available in asp?
What is query string? What are its advantages and limitations?
What are the difference between function and stored procedure in .net programming language?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
They mostly asked difference between versions of technologies
What are HTTP handlers in ASP.NET?
What is ashx file in asp.net?
What are the advantages and limitations of query string?
Differentiate between a page theme and a global theme?
What are client activated objects and server activated objects?
What are url fragments?