Handle elements of an iframe

0

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

    
asked by anonymous 19.03.2016 / 07:09

0 answers