I have HTML code like this for an iframe:
<iframe class="class1" prio="0" title="Details" type="detail" source="/something/somepage.aspx" style="display:none" frameborder="0"></iframe>
This frame has a menu, text input and buttons inside it as it opens a popup on the current page. Popup gets its data from the source page as above.
I tried different approaches i.e. by finding index manually of the iframe and then display its title to see if I am at the right frame but had no luck with it.
I am trying to type data in the form in iframe and then get back to the main page but am being clueless. Please help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…