I have folder structure like shown below,
web
|_Lib
| |_lib.js
|_Images
| |_Image1
|_ Folder_1
| |_ Folder_1_page1 (Includes Page 2) (Displaying Image using lib.js from folder Images)
|_ Page1 (Includes Page 2) (Displaying Image using lib.js from folder Images)
|_ Page2
My Question is
How to handle relative path/Context path while calling pages as shown above
If I am On root folders "page1", it calls page2 from same folder which displays image from Images folder
but
If I am On Folder_1_Page1 page then it calls page2 from root folder which unable to display image