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
Explain what does mvc represent in asp.net? : asp.net mvc
Explain About duration in caching technique
Why session is necessary in web application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Web API uses which library for JSON serialization?
What is custom events?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
How do you secure your connection string information?
What is the difference between response.redirect and server.transfer?
In order to get assembly info which namespace we should import?
What is the difference between custom web user control and a custom web server control?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How do http sessions work?
What is difference between session and cookies in asp net?
How do cookies work?