Is it possible to list specific existing pages in current page’s directory or even parent directory ?.
For example i have index.html, index2.html and index3.html and more, more… and I want to have all index* files listed in my *js file and then load them via ajax.
Not with client-side code, like JavaScript. You can only do this with server-side code, such as PHP, ASP/ASPX etc..