How to get Physical path of working folder in jscript or jquery?
What i need is when a dropdown is selected or if a button is clicked i need to get complete path of the working folder.
ex:
var x="path" here x should be x=E:/projects/projectname/xyz.aspx.
i dont want url of current docuent, i want complete path, so that i can generate new aspx page and place in that folder dynamically.