define relative file path in js file
Hi ,
I want to define my xml file path in my .js file .
how to define relatiove path in js file . i have already done in my javascript
which is located at aspx page .
like
var strPath = "<%=Url.Content("~") %>Configuration/ConfigError.xml";
but i want to define this type of path in my .js file .
how to do this ? please help me asap .