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
What is the use of data set in asp.net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
In which event of page cycle is the viewstate available?
Explain the overview of asp.net?
What is a web based system?
Describe the difference between inline and code behind - which is best in?
What are the advantages and limitations of query string?
How is session id generated?
A web service can only be written in .net? State whether true or false.
What do you understand by aggregate dependency?
Explain Features in ASP.NET
What is the difference between session and application?
how to write html code with ssl
What is marshalling ? Is it a part of asp.net ?
What is server infrastructure & server components?