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
How do you handle server controls?
How to turn off cookies for a page?
What are the cookies types in asp.net?
What are Master Pages in ASP.NET?
What is session in web technology?
What are all the various Estimation Techniques available ?
Is it true that a Web service must be written in .NET or not?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is webresource axd?
Will session work if cookies is disabled?
Please briefly explain the usage of global.asax?
Explain form level validation and field level validation?
Differentiate strong typing and weak typing
What is the difference between stored procedure vs function?
Is session stored in browser?