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 / 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 |
Post New Answer View All Answers
What is an axd file?
What is cookies cache and session?
Do you know about caching with the datasource controls?
What does clearing cache?
How many ways are there to maintain a state in .net? What is view state?
Define the term Web Garden?
What is the exact purpose of http handlers?
What is the postback property in asp.net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How you can stop the validation of ASP.NET controls from client side?
What symbol would you use to denote, the start of a code block in aspx views?
Is asp.net is a programming language?
What are the different session state management options available in asp.net?
What are httphandlers and httpmodules and difference between them?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?