I have the following structure:
- folder1
- index
- folder2
- page to load
is it possible to load the page to load in a div in the index page, using DIV.load()
? i've tried all possible path and it doesn't work. (../folder2/page
, ./
, /
, ..
)
it's a completely different question: Dynamically load Web Components / HTML Imports?