I have 2 local .html files called main.html and example.html. I open main.html without a server file:///.../main.html. Now I want to open example.html in an iframe in main.html and perform js queries on example.html in the iframe. This however doesn't work. While example.html is displayed in the iframe, i can't access the document with js (Restricted Access).
Question: Is this possible without running a server ? (As far as I've read I guess not)