I have a page, for example, index.html and form.html
The index.html page has an iframe, which loads the form.html
The question is: through the index.html page, can I via JS submit a form, which is inside my iframe?
I mean, can I manipulate these elements?
I need this for testing and learning purposes.
Thank you